#36712C

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

Shades of Japanese Laurel #36712C

Tints of Japanese Laurel #36712C

Color information

#36712C (or 0x36712C) is unknown color: approx Japanese Laurel. HEX triplet: 36, 71 and 2C. RGB value is (54,113,44). Sum of RGB (Red+Green+Blue) = 54+113+44=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #36712C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36712C is #C98ED3. Grayscale: #575757. Windows color (decimal): -13209300 or 2912566. OLE color: 2912566.

HSL color Cylindrical-coordinate representation of color #36712C: hue angle of 111.3º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36712C is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB5411344-
CMYK0.5200.610.56
HSL111.3º43.95%30.78%-
HSV(B)111.3º61.06%44.31%-
XYZ7.8812.784.43-
YUV87.49103.45104.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.59%
GREEN value IS 113 (44.53% from 255) = 53.55%
BLUE value IS 44 (17.58% from 255) = 20.85%
R=25.59%
G=53.55%
B=20.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54113440.5200.610.56111.343.9530.78
Hex36712C3403D386f2c1f
Octal661615464075701575437
Binary11011011100011011001101000111101111000110111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,113,44); }

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

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

 a { background-color: rgb(54,113,44); }

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

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

 span { border-color: rgb(54,113,44); }

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