Shades of Japanese Laurel #397E39
Tints of Japanese Laurel #397E39
RGB
CMYK
RGB Variations
Color information
#397E39 (or 0x397E39) is known color: Japanese Laurel. HEX triplet: 39, 7E and 39. RGB value is (57,126,57). Sum of RGB (Red+Green+Blue) = 57+126+57=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 126 (49.61% from 255 or 52.5% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 126 - color contains mainly: green. Hex color #397E39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397E39 is #C681C6. Grayscale: #616161. Windows color (decimal): -13009351 or 3767865. OLE color: 3767865.
HSL color Cylindrical-coordinate representation of color #397E39: hue angle of 120º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #397E39 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 126 | 57 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.51 |
| HSL | 120º | 0.38% | 0.36% | - |
| HSV(B) | 120º | 0.55% | 0.49% | - |
| XYZ | 9.89 | 16.09 | 6.45 | - |
| YUV | 97.5 | 105.14 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 57 | 0.55 | 0 | 0.55 | 0.51 | 120 | 0.38 | 0.36 |
| Hex | 39 | 7E | 39 | 37 | 0 | 37 | 33 | 78 | 26 | 24 |
| Octal | 71 | 176 | 71 | 67 | 0 | 67 | 63 | 170 | 46 | 44 |
| Binary | 111001 | 1111110 | 111001 | 110111 | 0 | 110111 | 110011 | 1111000 | 100110 | 100100 |
Color Harmonies of #397E39
Complementary color
Monochromatic Colors of #397E39
Black with #397E39
Text Example
Text Example
White with #397E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397E39; }
p { color: rgb(57,126,57); }
H1.HeaderClassName
{
color: #397E39;
}
.AnyTagClassName
{
color: #397E39;
}
</style>
background-color css
<style>
a { background-color: #397E39; }
a { background-color: rgb(57,126,57); }
div.DivClassName
{
background-color: #397E39;
}
.BgClassName
{
background-color: #397E39;
}
</style>
border-color css
<style>
span { border-color: #397E39; }
span { border-color: rgb(57,126,57); }
td.TdClassName
{
border-color: #397E39;
}
.TagClassName
{
border-color: #397E39;
}
</style>