Shades of Japanese Laurel #36773F
Tints of Japanese Laurel #36773F
RGB
CMYK
RGB Variations
Color information
#36773F (or 0x36773F) is known color: Japanese Laurel. HEX triplet: 36, 77 and 3F. RGB value is (54,119,63). Sum of RGB (Red+Green+Blue) = 54+119+63=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #36773F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36773F is #C988C0. Grayscale: #5D5D5D. Windows color (decimal): -13207745 or 4159286. OLE color: 4159286.
HSL color Cylindrical-coordinate representation of color #36773F: hue angle of 128.31º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #36773F is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 119 | 63 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.53 |
| HSL | 128.31º | 0.38% | 0.34% | - |
| HSV(B) | 128.31º | 0.55% | 0.47% | - |
| XYZ | 9.02 | 14.34 | 6.99 | - |
| YUV | 93.18 | 110.97 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 119 | 63 | 0.55 | 0 | 0.47 | 0.53 | 128.31 | 0.38 | 0.34 |
| Hex | 36 | 77 | 3F | 37 | 0 | 2F | 35 | 80 | 26 | 22 |
| Octal | 66 | 167 | 77 | 67 | 0 | 57 | 65 | 200 | 46 | 42 |
| Binary | 110110 | 1110111 | 111111 | 110111 | 0 | 101111 | 110101 | 10000000 | 100110 | 100010 |
Color Harmonies of #36773F
Complementary color
Monochromatic Colors of #36773F
Black with #36773F
Text Example
Text Example
White with #36773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36773F; }
p { color: rgb(54,119,63); }
H1.HeaderClassName
{
color: #36773F;
}
.AnyTagClassName
{
color: #36773F;
}
</style>
background-color css
<style>
a { background-color: #36773F; }
a { background-color: rgb(54,119,63); }
div.DivClassName
{
background-color: #36773F;
}
.BgClassName
{
background-color: #36773F;
}
</style>
border-color css
<style>
span { border-color: #36773F; }
span { border-color: rgb(54,119,63); }
td.TdClassName
{
border-color: #36773F;
}
.TagClassName
{
border-color: #36773F;
}
</style>