Shades of Japanese Laurel #367F3B
Tints of Japanese Laurel #367F3B
RGB
CMYK
RGB Variations
Color information
#367F3B (or 0x367F3B) is known color: Japanese Laurel. HEX triplet: 36, 7F and 3B. RGB value is (54,127,59). Sum of RGB (Red+Green+Blue) = 54+127+59=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 127 (50% from 255 or 52.92% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 127 - color contains mainly: green. Hex color #367F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367F3B is #C980C4. Grayscale: #616161. Windows color (decimal): -13205701 or 3899190. OLE color: 3899190.
HSL color Cylindrical-coordinate representation of color #367F3B: hue angle of 124.11º 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 #367F3B is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 127 | 59 | - |
| CMYK | 0.57 | 0 | 0.54 | 0.50 |
| HSL | 124.11º | 0.4% | 0.35% | - |
| HSV(B) | 124.11º | 0.57% | 0.5% | - |
| XYZ | 9.9 | 16.28 | 6.76 | - |
| YUV | 97.42 | 106.32 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 59 | 0.57 | 0 | 0.54 | 0.50 | 124.11 | 0.4 | 0.35 |
| Hex | 36 | 7F | 3B | 39 | 0 | 36 | 32 | 7C | 28 | 23 |
| Octal | 66 | 177 | 73 | 71 | 0 | 66 | 62 | 174 | 50 | 43 |
| Binary | 110110 | 1111111 | 111011 | 111001 | 0 | 110110 | 110010 | 1111100 | 101000 | 100011 |
Color Harmonies of #367F3B
Complementary color
Monochromatic Colors of #367F3B
Black with #367F3B
Text Example
Text Example
White with #367F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367F3B; }
p { color: rgb(54,127,59); }
H1.HeaderClassName
{
color: #367F3B;
}
.AnyTagClassName
{
color: #367F3B;
}
</style>
background-color css
<style>
a { background-color: #367F3B; }
a { background-color: rgb(54,127,59); }
div.DivClassName
{
background-color: #367F3B;
}
.BgClassName
{
background-color: #367F3B;
}
</style>
border-color css
<style>
span { border-color: #367F3B; }
span { border-color: rgb(54,127,59); }
td.TdClassName
{
border-color: #367F3B;
}
.TagClassName
{
border-color: #367F3B;
}
</style>