Shades of Japanese Laurel #367F33
Tints of Japanese Laurel #367F33
RGB
CMYK
RGB Variations
Color information
#367F33 (or 0x367F33) is known color: Japanese Laurel. HEX triplet: 36, 7F and 33. RGB value is (54,127,51). Sum of RGB (Red+Green+Blue) = 54+127+51=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 127 (50% from 255 or 54.74% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 127 - color contains mainly: green. Hex color #367F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367F33 is #C980CC. Grayscale: #606060. Windows color (decimal): -13205709 or 3374902. OLE color: 3374902.
HSL color Cylindrical-coordinate representation of color #367F33: hue angle of 117.63º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #367F33 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 127 | 51 | - |
| CMYK | 0.57 | 0 | 0.60 | 0.50 |
| HSL | 117.63º | 0.43% | 0.35% | - |
| HSV(B) | 117.63º | 0.6% | 0.5% | - |
| XYZ | 9.71 | 16.2 | 5.75 | - |
| YUV | 96.51 | 102.32 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 51 | 0.57 | 0 | 0.60 | 0.50 | 117.63 | 0.43 | 0.35 |
| Hex | 36 | 7F | 33 | 39 | 0 | 3C | 32 | 76 | 2B | 23 |
| Octal | 66 | 177 | 63 | 71 | 0 | 74 | 62 | 166 | 53 | 43 |
| Binary | 110110 | 1111111 | 110011 | 111001 | 0 | 111100 | 110010 | 1110110 | 101011 | 100011 |
Color Harmonies of #367F33
Complementary color
Monochromatic Colors of #367F33
Black with #367F33
Text Example
Text Example
White with #367F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367F33; }
p { color: rgb(54,127,51); }
H1.HeaderClassName
{
color: #367F33;
}
.AnyTagClassName
{
color: #367F33;
}
</style>
background-color css
<style>
a { background-color: #367F33; }
a { background-color: rgb(54,127,51); }
div.DivClassName
{
background-color: #367F33;
}
.BgClassName
{
background-color: #367F33;
}
</style>
border-color css
<style>
span { border-color: #367F33; }
span { border-color: rgb(54,127,51); }
td.TdClassName
{
border-color: #367F33;
}
.TagClassName
{
border-color: #367F33;
}
</style>