#36772F

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

Shades of Japanese Laurel #36772F

Tints of Japanese Laurel #36772F

Color information

#36772F (or 0x36772F) is unknown color: approx Japanese Laurel. HEX triplet: 36, 77 and 2F. RGB value is (54,119,47). Sum of RGB (Red+Green+Blue) = 54+119+47=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 119 (46.88% from 255 or 54.09% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 119 - color contains mainly: green. Hex color #36772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36772F is #C988D0. Grayscale: #5B5B5B. Windows color (decimal): -13207761 or 3110710. OLE color: 3110710.

HSL color Cylindrical-coordinate representation of color #36772F: hue angle of 114.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36772F is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB5411947-
CMYK0.5500.610.53
HSL114.17º43.37%32.55%-
HSV(B)114.17º60.5%46.67%-
XYZ8.6314.184.97-
YUV91.36102.97101.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.55%
GREEN value IS 119 (46.88% from 255) = 54.09%
BLUE value IS 47 (18.75% from 255) = 21.36%
R=24.55%
G=54.09%
B=21.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54119470.5500.610.53114.1743.3732.55
Hex36772F3703D35722b21
Octal661675767075651625341
Binary110110111011110111111011101111011101011110010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36772F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36772F; }

 p { color: rgb(54,119,47); }

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

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

 a { background-color: rgb(54,119,47); }

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

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

 span { border-color: rgb(54,119,47); }

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