Shades of Japanese Laurel #367F42
Tints of Japanese Laurel #367F42
RGB
CMYK
RGB Variations
Color information
#367F42 (or 0x367F42) is known color: Japanese Laurel. HEX triplet: 36, 7F and 42. RGB value is (54,127,66). Sum of RGB (Red+Green+Blue) = 54+127+66=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #367F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367F42 is #C980BD. Grayscale: #626262. Windows color (decimal): -13205694 or 4357942. OLE color: 4357942.
HSL color Cylindrical-coordinate representation of color #367F42: hue angle of 129.86º 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 #367F42 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 127 | 66 | - |
| CMYK | 0.57 | 0 | 0.48 | 0.50 |
| HSL | 129.86º | 0.4% | 0.35% | - |
| HSV(B) | 129.86º | 0.57% | 0.5% | - |
| XYZ | 10.09 | 16.36 | 7.78 | - |
| YUV | 98.22 | 109.82 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 66 | 0.57 | 0 | 0.48 | 0.50 | 129.86 | 0.4 | 0.35 |
| Hex | 36 | 7F | 42 | 39 | 0 | 30 | 32 | 82 | 28 | 23 |
| Octal | 66 | 177 | 102 | 71 | 0 | 60 | 62 | 202 | 50 | 43 |
| Binary | 110110 | 1111111 | 1000010 | 111001 | 0 | 110000 | 110010 | 10000010 | 101000 | 100011 |
Color Harmonies of #367F42
Complementary color
Monochromatic Colors of #367F42
Black with #367F42
Text Example
Text Example
White with #367F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367F42; }
p { color: rgb(54,127,66); }
H1.HeaderClassName
{
color: #367F42;
}
.AnyTagClassName
{
color: #367F42;
}
</style>
background-color css
<style>
a { background-color: #367F42; }
a { background-color: rgb(54,127,66); }
div.DivClassName
{
background-color: #367F42;
}
.BgClassName
{
background-color: #367F42;
}
</style>
border-color css
<style>
span { border-color: #367F42; }
span { border-color: rgb(54,127,66); }
td.TdClassName
{
border-color: #367F42;
}
.TagClassName
{
border-color: #367F42;
}
</style>