Shades of Japanese Laurel #397B3C
Tints of Japanese Laurel #397B3C
RGB
CMYK
RGB Variations
Color information
#397B3C (or 0x397B3C) is known color: Japanese Laurel. HEX triplet: 39, 7B and 3C. RGB value is (57,123,60). Sum of RGB (Red+Green+Blue) = 57+123+60=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 123 (48.44% from 255 or 51.25% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 123 - color contains mainly: green. Hex color #397B3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397B3C is #C684C3. Grayscale: #606060. Windows color (decimal): -13010116 or 3963705. OLE color: 3963705.
HSL color Cylindrical-coordinate representation of color #397B3C: hue angle of 122.73º 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 #397B3C is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 123 | 60 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.52 |
| HSL | 122.73º | 0.37% | 0.35% | - |
| HSV(B) | 122.73º | 0.54% | 0.48% | - |
| XYZ | 9.59 | 15.36 | 6.73 | - |
| YUV | 96.08 | 107.63 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 60 | 0.54 | 0 | 0.51 | 0.52 | 122.73 | 0.37 | 0.35 |
| Hex | 39 | 7B | 3C | 36 | 0 | 33 | 34 | 7B | 25 | 23 |
| Octal | 71 | 173 | 74 | 66 | 0 | 63 | 64 | 173 | 45 | 43 |
| Binary | 111001 | 1111011 | 111100 | 110110 | 0 | 110011 | 110100 | 1111011 | 100101 | 100011 |
Color Harmonies of #397B3C
Complementary color
Monochromatic Colors of #397B3C
Black with #397B3C
Text Example
Text Example
White with #397B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397B3C; }
p { color: rgb(57,123,60); }
H1.HeaderClassName
{
color: #397B3C;
}
.AnyTagClassName
{
color: #397B3C;
}
</style>
background-color css
<style>
a { background-color: #397B3C; }
a { background-color: rgb(57,123,60); }
div.DivClassName
{
background-color: #397B3C;
}
.BgClassName
{
background-color: #397B3C;
}
</style>
border-color css
<style>
span { border-color: #397B3C; }
span { border-color: rgb(57,123,60); }
td.TdClassName
{
border-color: #397B3C;
}
.TagClassName
{
border-color: #397B3C;
}
</style>