Shades of Japanese Laurel #367F37
Tints of Japanese Laurel #367F37
RGB
CMYK
RGB Variations
Color information
#367F37 (or 0x367F37) is known color: Japanese Laurel. HEX triplet: 36, 7F and 37. RGB value is (54,127,55). Sum of RGB (Red+Green+Blue) = 54+127+55=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 127 (50% from 255 or 53.81% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 127 - color contains mainly: green. Hex color #367F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367F37 is #C980C8. Grayscale: #616161. Windows color (decimal): -13205705 or 3637046. OLE color: 3637046.
HSL color Cylindrical-coordinate representation of color #367F37: hue angle of 120.82º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367F37 is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 127 | 55 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.50 |
| HSL | 120.82º | 0.4% | 0.35% | - |
| HSV(B) | 120.82º | 0.57% | 0.5% | - |
| XYZ | 9.8 | 16.24 | 6.23 | - |
| YUV | 96.97 | 104.32 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 55 | 0.57 | 0 | 0.57 | 0.50 | 120.82 | 0.4 | 0.35 |
| Hex | 36 | 7F | 37 | 39 | 0 | 39 | 32 | 79 | 28 | 23 |
| Octal | 66 | 177 | 67 | 71 | 0 | 71 | 62 | 171 | 50 | 43 |
| Binary | 110110 | 1111111 | 110111 | 111001 | 0 | 111001 | 110010 | 1111001 | 101000 | 100011 |
Color Harmonies of #367F37
Complementary color
Monochromatic Colors of #367F37
Black with #367F37
Text Example
Text Example
White with #367F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367F37; }
p { color: rgb(54,127,55); }
H1.HeaderClassName
{
color: #367F37;
}
.AnyTagClassName
{
color: #367F37;
}
</style>
background-color css
<style>
a { background-color: #367F37; }
a { background-color: rgb(54,127,55); }
div.DivClassName
{
background-color: #367F37;
}
.BgClassName
{
background-color: #367F37;
}
</style>
border-color css
<style>
span { border-color: #367F37; }
span { border-color: rgb(54,127,55); }
td.TdClassName
{
border-color: #367F37;
}
.TagClassName
{
border-color: #367F37;
}
</style>