Shades of Japanese Laurel #396F36
Tints of Japanese Laurel #396F36
RGB
CMYK
RGB Variations
Color information
#396F36 (or 0x396F36) is known color: Japanese Laurel. HEX triplet: 39, 6F and 36. RGB value is (57,111,54). Sum of RGB (Red+Green+Blue) = 57+111+54=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 111 (43.75% from 255 or 50% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 111 - color contains mainly: green. Hex color #396F36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396F36 is #C690C9. Grayscale: #585858. Windows color (decimal): -13013194 or 3567417. OLE color: 3567417.
HSL color Cylindrical-coordinate representation of color #396F36: hue angle of 116.84º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #396F36 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 111 | 54 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.56 |
| HSL | 116.84º | 0.35% | 0.32% | - |
| HSV(B) | 116.84º | 0.51% | 0.44% | - |
| XYZ | 8.04 | 12.51 | 5.48 | - |
| YUV | 88.36 | 108.61 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 54 | 0.49 | 0 | 0.51 | 0.56 | 116.84 | 0.35 | 0.32 |
| Hex | 39 | 6F | 36 | 31 | 0 | 33 | 38 | 75 | 23 | 20 |
| Octal | 71 | 157 | 66 | 61 | 0 | 63 | 70 | 165 | 43 | 40 |
| Binary | 111001 | 1101111 | 110110 | 110001 | 0 | 110011 | 111000 | 1110101 | 100011 | 100000 |
Color Harmonies of #396F36
Complementary color
Monochromatic Colors of #396F36
Black with #396F36
Text Example
Text Example
White with #396F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396F36; }
p { color: rgb(57,111,54); }
H1.HeaderClassName
{
color: #396F36;
}
.AnyTagClassName
{
color: #396F36;
}
</style>
background-color css
<style>
a { background-color: #396F36; }
a { background-color: rgb(57,111,54); }
div.DivClassName
{
background-color: #396F36;
}
.BgClassName
{
background-color: #396F36;
}
</style>
border-color css
<style>
span { border-color: #396F36; }
span { border-color: rgb(57,111,54); }
td.TdClassName
{
border-color: #396F36;
}
.TagClassName
{
border-color: #396F36;
}
</style>