Shades of Japanese Laurel #397C3D
Tints of Japanese Laurel #397C3D
RGB
CMYK
RGB Variations
Color information
#397C3D (or 0x397C3D) is known color: Japanese Laurel. HEX triplet: 39, 7C and 3D. RGB value is (57,124,61). Sum of RGB (Red+Green+Blue) = 57+124+61=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 124 (48.83% from 255 or 51.24% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 124 - color contains mainly: green. Hex color #397C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397C3D is #C683C2. Grayscale: #606060. Windows color (decimal): -13009859 or 4029497. OLE color: 4029497.
HSL color Cylindrical-coordinate representation of color #397C3D: hue angle of 123.58º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397C3D is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 124 | 61 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.51 |
| HSL | 123.58º | 0.37% | 0.35% | - |
| HSV(B) | 123.58º | 0.54% | 0.49% | - |
| XYZ | 9.74 | 15.62 | 6.92 | - |
| YUV | 96.79 | 107.8 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 61 | 0.54 | 0 | 0.51 | 0.51 | 123.58 | 0.37 | 0.35 |
| Hex | 39 | 7C | 3D | 36 | 0 | 33 | 33 | 7C | 25 | 23 |
| Octal | 71 | 174 | 75 | 66 | 0 | 63 | 63 | 174 | 45 | 43 |
| Binary | 111001 | 1111100 | 111101 | 110110 | 0 | 110011 | 110011 | 1111100 | 100101 | 100011 |
Color Harmonies of #397C3D
Complementary color
Monochromatic Colors of #397C3D
Black with #397C3D
Text Example
Text Example
White with #397C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397C3D; }
p { color: rgb(57,124,61); }
H1.HeaderClassName
{
color: #397C3D;
}
.AnyTagClassName
{
color: #397C3D;
}
</style>
background-color css
<style>
a { background-color: #397C3D; }
a { background-color: rgb(57,124,61); }
div.DivClassName
{
background-color: #397C3D;
}
.BgClassName
{
background-color: #397C3D;
}
</style>
border-color css
<style>
span { border-color: #397C3D; }
span { border-color: rgb(57,124,61); }
td.TdClassName
{
border-color: #397C3D;
}
.TagClassName
{
border-color: #397C3D;
}
</style>