#248637

Color #248637 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #248637

Tints of Japanese Laurel #248637

Color information

#248637 (or 0x248637) is unknown color: approx Japanese Laurel. HEX triplet: 24, 86 and 37. RGB value is (36,134,55). Sum of RGB (Red+Green+Blue) = 36+134+55=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 134 (52.73% from 255 or 59.56% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 134 - color contains mainly: green. Hex color #248637 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248637 is #DB79C8. Grayscale: #5F5F5F. Windows color (decimal): -14383561 or 3638820. OLE color: 3638820.

HSL color Cylindrical-coordinate representation of color #248637: hue angle of 131.63º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248637 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB3613455-
CMYK0.7300.590.47
HSL131.63º57.65%33.33%-
HSV(B)131.63º73.13%52.55%-
XYZ9.9417.76.51-
YUV95.69105.0385.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 36 (14.45% from 255) = 16%
GREEN value IS 134 (52.73% from 255) = 59.56%
BLUE value IS 55 (21.88% from 255) = 24.44%
R=16%
G=59.56%
B=24.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal36134550.7300.590.47131.6357.6533.33
Hex2486374903B2F843a21
Octal4420667111073572047241
Binary100100100001101101111001001011101110111110000100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248637; }

 p { color: rgb(36,134,55); }

 H1.HeaderClassName
 {
   color: #248637;
 }
 .AnyTagClassName
 {
   color: #248637;
 }
</style>
background-color css

<style>
 a { background-color: #248637; }

 a { background-color: rgb(36,134,55); }

 div.DivClassName
 {
   background-color: #248637;
 }
 .BgClassName
 {
   background-color: #248637;
 }
</style>
border-color css

<style>
 span { border-color: #248637; }

 span { border-color: rgb(36,134,55); }

 td.TdClassName
 {
   border-color: #248637;
 }
 .TagClassName
 {
   border-color: #248637;
 }
</style>