Shades of Japanese Laurel #366C33
Tints of Japanese Laurel #366C33
RGB
CMYK
RGB Variations
Color information
#366C33 (or 0x366C33) is known color: Japanese Laurel. HEX triplet: 36, 6C and 33. RGB value is (54,108,51). Sum of RGB (Red+Green+Blue) = 54+108+51=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 108 (42.58% from 255 or 50.70% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 108 - color contains mainly: green. Hex color #366C33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366C33 is #C993CC. Grayscale: #555555. Windows color (decimal): -13210573 or 3370038. OLE color: 3370038.
HSL color Cylindrical-coordinate representation of color #366C33: hue angle of 116.84º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #366C33 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 108 | 51 | - |
| CMYK | 0.50 | 0 | 0.53 | 0.58 |
| HSL | 116.84º | 0.36% | 0.31% | - |
| HSV(B) | 116.84º | 0.53% | 0.42% | - |
| XYZ | 7.48 | 11.75 | 5.01 | - |
| YUV | 85.36 | 108.61 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 51 | 0.50 | 0 | 0.53 | 0.58 | 116.84 | 0.36 | 0.31 |
| Hex | 36 | 6C | 33 | 32 | 0 | 35 | 3A | 75 | 24 | 1F |
| Octal | 66 | 154 | 63 | 62 | 0 | 65 | 72 | 165 | 44 | 37 |
| Binary | 110110 | 1101100 | 110011 | 110010 | 0 | 110101 | 111010 | 1110101 | 100100 | 11111 |
Color Harmonies of #366C33
Complementary color
Monochromatic Colors of #366C33
Black with #366C33
Text Example
Text Example
White with #366C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366C33; }
p { color: rgb(54,108,51); }
H1.HeaderClassName
{
color: #366C33;
}
.AnyTagClassName
{
color: #366C33;
}
</style>
background-color css
<style>
a { background-color: #366C33; }
a { background-color: rgb(54,108,51); }
div.DivClassName
{
background-color: #366C33;
}
.BgClassName
{
background-color: #366C33;
}
</style>
border-color css
<style>
span { border-color: #366C33; }
span { border-color: rgb(54,108,51); }
td.TdClassName
{
border-color: #366C33;
}
.TagClassName
{
border-color: #366C33;
}
</style>