Shades of Japanese Laurel #367B3F
Tints of Japanese Laurel #367B3F
RGB
CMYK
RGB Variations
Color information
#367B3F (or 0x367B3F) is known color: Japanese Laurel. HEX triplet: 36, 7B and 3F. RGB value is (54,123,63). Sum of RGB (Red+Green+Blue) = 54+123+63=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 123 (48.44% from 255 or 51.25% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 123 - color contains mainly: green. Hex color #367B3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367B3F is #C984C0. Grayscale: #5F5F5F. Windows color (decimal): -13206721 or 4160310. OLE color: 4160310.
HSL color Cylindrical-coordinate representation of color #367B3F: hue angle of 127.83º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367B3F is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 123 | 63 | - |
| CMYK | 0.56 | 0 | 0.49 | 0.52 |
| HSL | 127.83º | 0.39% | 0.35% | - |
| HSV(B) | 127.83º | 0.56% | 0.48% | - |
| XYZ | 9.5 | 15.31 | 7.16 | - |
| YUV | 95.53 | 109.64 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 63 | 0.56 | 0 | 0.49 | 0.52 | 127.83 | 0.39 | 0.35 |
| Hex | 36 | 7B | 3F | 38 | 0 | 31 | 34 | 80 | 27 | 23 |
| Octal | 66 | 173 | 77 | 70 | 0 | 61 | 64 | 200 | 47 | 43 |
| Binary | 110110 | 1111011 | 111111 | 111000 | 0 | 110001 | 110100 | 10000000 | 100111 | 100011 |
Color Harmonies of #367B3F
Complementary color
Monochromatic Colors of #367B3F
Black with #367B3F
Text Example
Text Example
White with #367B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367B3F; }
p { color: rgb(54,123,63); }
H1.HeaderClassName
{
color: #367B3F;
}
.AnyTagClassName
{
color: #367B3F;
}
</style>
background-color css
<style>
a { background-color: #367B3F; }
a { background-color: rgb(54,123,63); }
div.DivClassName
{
background-color: #367B3F;
}
.BgClassName
{
background-color: #367B3F;
}
</style>
border-color css
<style>
span { border-color: #367B3F; }
span { border-color: rgb(54,123,63); }
td.TdClassName
{
border-color: #367B3F;
}
.TagClassName
{
border-color: #367B3F;
}
</style>