Shades of Japanese Laurel #396A37
Tints of Japanese Laurel #396A37
RGB
CMYK
RGB Variations
Color information
#396A37 (or 0x396A37) is known color: Japanese Laurel. HEX triplet: 39, 6A and 37. RGB value is (57,106,55). Sum of RGB (Red+Green+Blue) = 57+106+55=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 106 (41.80% from 255 or 48.62% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 106 - color contains mainly: green. Hex color #396A37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396A37 is #C695C8. Grayscale: #555555. Windows color (decimal): -13014473 or 3631673. OLE color: 3631673.
HSL color Cylindrical-coordinate representation of color #396A37: hue angle of 117.65º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #396A37 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 106 | 55 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.58 |
| HSL | 117.65º | 0.32% | 0.32% | - |
| HSV(B) | 117.65º | 0.48% | 0.42% | - |
| XYZ | 7.53 | 11.45 | 5.43 | - |
| YUV | 85.54 | 110.77 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 106 | 55 | 0.46 | 0 | 0.48 | 0.58 | 117.65 | 0.32 | 0.32 |
| Hex | 39 | 6A | 37 | 2E | 0 | 30 | 3A | 76 | 20 | 20 |
| Octal | 71 | 152 | 67 | 56 | 0 | 60 | 72 | 166 | 40 | 40 |
| Binary | 111001 | 1101010 | 110111 | 101110 | 0 | 110000 | 111010 | 1110110 | 100000 | 100000 |
Color Harmonies of #396A37
Complementary color
Monochromatic Colors of #396A37
Black with #396A37
Text Example
Text Example
White with #396A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396A37; }
p { color: rgb(57,106,55); }
H1.HeaderClassName
{
color: #396A37;
}
.AnyTagClassName
{
color: #396A37;
}
</style>
background-color css
<style>
a { background-color: #396A37; }
a { background-color: rgb(57,106,55); }
div.DivClassName
{
background-color: #396A37;
}
.BgClassName
{
background-color: #396A37;
}
</style>
border-color css
<style>
span { border-color: #396A37; }
span { border-color: rgb(57,106,55); }
td.TdClassName
{
border-color: #396A37;
}
.TagClassName
{
border-color: #396A37;
}
</style>