Shades of Japanese Laurel #366C32
Tints of Japanese Laurel #366C32
RGB
CMYK
RGB Variations
Color information
#366C32 (or 0x366C32) is known color: Japanese Laurel. HEX triplet: 36, 6C and 32. RGB value is (54,108,50). Sum of RGB (Red+Green+Blue) = 54+108+50=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 108 (42.58% from 255 or 50.94% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 108 - color contains mainly: green. Hex color #366C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366C32 is #C993CD. Grayscale: #555555. Windows color (decimal): -13210574 or 3304502. OLE color: 3304502.
HSL color Cylindrical-coordinate representation of color #366C32: hue angle of 115.86º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #366C32 is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 108 | 50 | - |
| CMYK | 0.50 | 0 | 0.54 | 0.58 |
| HSL | 115.86º | 0.37% | 0.31% | - |
| HSV(B) | 115.86º | 0.54% | 0.42% | - |
| XYZ | 7.46 | 11.74 | 4.89 | - |
| YUV | 85.24 | 108.11 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 50 | 0.50 | 0 | 0.54 | 0.58 | 115.86 | 0.37 | 0.31 |
| Hex | 36 | 6C | 32 | 32 | 0 | 36 | 3A | 74 | 25 | 1F |
| Octal | 66 | 154 | 62 | 62 | 0 | 66 | 72 | 164 | 45 | 37 |
| Binary | 110110 | 1101100 | 110010 | 110010 | 0 | 110110 | 111010 | 1110100 | 100101 | 11111 |
Color Harmonies of #366C32
Complementary color
Monochromatic Colors of #366C32
Black with #366C32
Text Example
Text Example
White with #366C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366C32; }
p { color: rgb(54,108,50); }
H1.HeaderClassName
{
color: #366C32;
}
.AnyTagClassName
{
color: #366C32;
}
</style>
background-color css
<style>
a { background-color: #366C32; }
a { background-color: rgb(54,108,50); }
div.DivClassName
{
background-color: #366C32;
}
.BgClassName
{
background-color: #366C32;
}
</style>
border-color css
<style>
span { border-color: #366C32; }
span { border-color: rgb(54,108,50); }
td.TdClassName
{
border-color: #366C32;
}
.TagClassName
{
border-color: #366C32;
}
</style>