Shades of Japanese Laurel #396E37
Tints of Japanese Laurel #396E37
RGB
CMYK
RGB Variations
Color information
#396E37 (or 0x396E37) is known color: Japanese Laurel. HEX triplet: 39, 6E and 37. RGB value is (57,110,55). Sum of RGB (Red+Green+Blue) = 57+110+55=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 110 (43.36% from 255 or 49.55% from 222); Blue value is 55 (21.88% from 255 or 24.77% from 222); Max value from RGB is 110 - color contains mainly: green. Hex color #396E37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396E37 is #C691C8. Grayscale: #585858. Windows color (decimal): -13013449 or 3632697. OLE color: 3632697.
HSL color Cylindrical-coordinate representation of color #396E37: hue angle of 117.82º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396E37 is Cyan = 0.48, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 110 | 55 | - |
| CMYK | 0.48 | 0 | 0.5 | 0.57 |
| HSL | 117.82º | 0.33% | 0.32% | - |
| HSV(B) | 117.82º | 0.5% | 0.43% | - |
| XYZ | 7.95 | 12.3 | 5.57 | - |
| YUV | 87.88 | 109.44 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 110 | 55 | 0.48 | 0 | 0.5 | 0.57 | 117.82 | 0.33 | 0.32 |
| Hex | 39 | 6E | 37 | 30 | 0 | 32 | 39 | 76 | 21 | 20 |
| Octal | 71 | 156 | 67 | 60 | 0 | 62 | 71 | 166 | 41 | 40 |
| Binary | 111001 | 1101110 | 110111 | 110000 | 0 | 110010 | 111001 | 1110110 | 100001 | 100000 |
Color Harmonies of #396E37
Complementary color
Monochromatic Colors of #396E37
Black with #396E37
Text Example
Text Example
White with #396E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396E37; }
p { color: rgb(57,110,55); }
H1.HeaderClassName
{
color: #396E37;
}
.AnyTagClassName
{
color: #396E37;
}
</style>
background-color css
<style>
a { background-color: #396E37; }
a { background-color: rgb(57,110,55); }
div.DivClassName
{
background-color: #396E37;
}
.BgClassName
{
background-color: #396E37;
}
</style>
border-color css
<style>
span { border-color: #396E37; }
span { border-color: rgb(57,110,55); }
td.TdClassName
{
border-color: #396E37;
}
.TagClassName
{
border-color: #396E37;
}
</style>