Shades of Japanese Laurel #397B3B
Tints of Japanese Laurel #397B3B
RGB
CMYK
RGB Variations
Color information
#397B3B (or 0x397B3B) is known color: Japanese Laurel. HEX triplet: 39, 7B and 3B. RGB value is (57,123,59). Sum of RGB (Red+Green+Blue) = 57+123+59=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 123 (48.44% from 255 or 51.46% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 123 - color contains mainly: green. Hex color #397B3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397B3B is #C684C4. Grayscale: #606060. Windows color (decimal): -13010117 or 3898169. OLE color: 3898169.
HSL color Cylindrical-coordinate representation of color #397B3B: hue angle of 121.82º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397B3B is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 123 | 59 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.52 |
| HSL | 121.82º | 0.37% | 0.35% | - |
| HSV(B) | 121.82º | 0.54% | 0.48% | - |
| XYZ | 9.56 | 15.35 | 6.6 | - |
| YUV | 95.97 | 107.13 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 59 | 0.54 | 0 | 0.52 | 0.52 | 121.82 | 0.37 | 0.35 |
| Hex | 39 | 7B | 3B | 36 | 0 | 34 | 34 | 7A | 25 | 23 |
| Octal | 71 | 173 | 73 | 66 | 0 | 64 | 64 | 172 | 45 | 43 |
| Binary | 111001 | 1111011 | 111011 | 110110 | 0 | 110100 | 110100 | 1111010 | 100101 | 100011 |
Color Harmonies of #397B3B
Complementary color
Monochromatic Colors of #397B3B
Black with #397B3B
Text Example
Text Example
White with #397B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397B3B; }
p { color: rgb(57,123,59); }
H1.HeaderClassName
{
color: #397B3B;
}
.AnyTagClassName
{
color: #397B3B;
}
</style>
background-color css
<style>
a { background-color: #397B3B; }
a { background-color: rgb(57,123,59); }
div.DivClassName
{
background-color: #397B3B;
}
.BgClassName
{
background-color: #397B3B;
}
</style>
border-color css
<style>
span { border-color: #397B3B; }
span { border-color: rgb(57,123,59); }
td.TdClassName
{
border-color: #397B3B;
}
.TagClassName
{
border-color: #397B3B;
}
</style>