Shades of Japanese Laurel #367E3F
Tints of Japanese Laurel #367E3F
RGB
CMYK
RGB Variations
Color information
#367E3F (or 0x367E3F) is known color: Japanese Laurel. HEX triplet: 36, 7E and 3F. RGB value is (54,126,63). Sum of RGB (Red+Green+Blue) = 54+126+63=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 126 (49.61% from 255 or 51.85% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 126 - color contains mainly: green. Hex color #367E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367E3F is #C981C0. Grayscale: #616161. Windows color (decimal): -13205953 or 4161078. OLE color: 4161078.
HSL color Cylindrical-coordinate representation of color #367E3F: hue angle of 127.5º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367E3F is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 126 | 63 | - |
| CMYK | 0.57 | 0 | 0.50 | 0.51 |
| HSL | 127.5º | 0.4% | 0.35% | - |
| HSV(B) | 127.5º | 0.57% | 0.49% | - |
| XYZ | 9.88 | 16.06 | 7.28 | - |
| YUV | 97.29 | 108.65 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 126 | 63 | 0.57 | 0 | 0.50 | 0.51 | 127.5 | 0.4 | 0.35 |
| Hex | 36 | 7E | 3F | 39 | 0 | 32 | 33 | 80 | 28 | 23 |
| Octal | 66 | 176 | 77 | 71 | 0 | 62 | 63 | 200 | 50 | 43 |
| Binary | 110110 | 1111110 | 111111 | 111001 | 0 | 110010 | 110011 | 10000000 | 101000 | 100011 |
Color Harmonies of #367E3F
Complementary color
Monochromatic Colors of #367E3F
Black with #367E3F
Text Example
Text Example
White with #367E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367E3F; }
p { color: rgb(54,126,63); }
H1.HeaderClassName
{
color: #367E3F;
}
.AnyTagClassName
{
color: #367E3F;
}
</style>
background-color css
<style>
a { background-color: #367E3F; }
a { background-color: rgb(54,126,63); }
div.DivClassName
{
background-color: #367E3F;
}
.BgClassName
{
background-color: #367E3F;
}
</style>
border-color css
<style>
span { border-color: #367E3F; }
span { border-color: rgb(54,126,63); }
td.TdClassName
{
border-color: #367E3F;
}
.TagClassName
{
border-color: #367E3F;
}
</style>