Shades of Japanese Laurel #36772F
Tints of Japanese Laurel #36772F
RGB
CMYK
RGB Variations
Color information
#36772F (or 0x36772F) is known color: 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
| RGB | 54 | 119 | 47 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.53 |
| HSL | 114.17º | 0.43% | 0.33% | - |
| HSV(B) | 114.17º | 0.61% | 0.47% | - |
| XYZ | 8.63 | 14.18 | 4.97 | - |
| YUV | 91.36 | 102.97 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 119 | 47 | 0.55 | 0 | 0.61 | 0.53 | 114.17 | 0.43 | 0.33 |
| Hex | 36 | 77 | 2F | 37 | 0 | 3D | 35 | 72 | 2B | 21 |
| Octal | 66 | 167 | 57 | 67 | 0 | 75 | 65 | 162 | 53 | 41 |
| Binary | 110110 | 1110111 | 101111 | 110111 | 0 | 111101 | 110101 | 1110010 | 101011 | 100001 |
Color Harmonies of #36772F
Complementary color
Monochromatic Colors of #36772F
Black with #36772F
Text Example
Text Example
White with #36772F
Text Example
Text Example
HTML Codes & Css Web 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>