#36883C

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

Shades of Japanese Laurel #36883C

Tints of Japanese Laurel #36883C

Color information

#36883C (or 0x36883C) is unknown color: approx Japanese Laurel. HEX triplet: 36, 88 and 3C. RGB value is (54,136,60). Sum of RGB (Red+Green+Blue) = 54+136+60=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #36883C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36883C is #C977C3. Grayscale: #676767. Windows color (decimal): -13203396 or 3967030. OLE color: 3967030.

HSL color Cylindrical-coordinate representation of color #36883C: hue angle of 124.39º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36883C is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB5413660-
CMYK0.6000.560.47
HSL124.39º43.16%37.25%-
HSV(B)124.39º60.29%53.33%-
XYZ11.1418.727.3-
YUV102.82103.8393.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 136 (53.52% from 255) = 54.4%
BLUE value IS 60 (23.83% from 255) = 24%
R=21.6%
G=54.4%
B=24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54136600.6000.560.47124.3943.1637.25
Hex36883C3C0382F7c2b25
Octal662107474070571745345
Binary1101101000100011110011110001110001011111111100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36883C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36883C; }

 p { color: rgb(54,136,60); }

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

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

 a { background-color: rgb(54,136,60); }

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

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

 span { border-color: rgb(54,136,60); }

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