#36873B

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

Shades of Japanese Laurel #36873B

Tints of Japanese Laurel #36873B

Color information

#36873B (or 0x36873B) is unknown color: approx Japanese Laurel. HEX triplet: 36, 87 and 3B. RGB value is (54,135,59). Sum of RGB (Red+Green+Blue) = 54+135+59=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 135 (53.12% from 255 or 54.44% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 135 - color contains mainly: green. Hex color #36873B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36873B is #C978C4. Grayscale: #666666. Windows color (decimal): -13203653 or 3901238. OLE color: 3901238.

HSL color Cylindrical-coordinate representation of color #36873B: hue angle of 123.7º 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 #36873B is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB5413559-
CMYK0.6000.560.47
HSL123.7º42.86%37.06%-
HSV(B)123.7º60%52.94%-
XYZ10.9718.437.12-
YUV102.12103.6693.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 135 (53.12% from 255) = 54.44%
BLUE value IS 59 (23.44% from 255) = 23.79%
R=21.77%
G=54.44%
B=23.79%

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
Decimal54135590.6000.560.47123.742.8637.06
Hex36873B3C0382F7c2b25
Octal662077374070571745345
Binary1101101000011111101111110001110001011111111100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36873B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36873B; }

 p { color: rgb(54,135,59); }

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

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

 a { background-color: rgb(54,135,59); }

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

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

 span { border-color: rgb(54,135,59); }

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