Shades of Japanese Laurel #397B34
Tints of Japanese Laurel #397B34
RGB
CMYK
RGB Variations
Color information
#397B34 (or 0x397B34) is known color: Japanese Laurel. HEX triplet: 39, 7B and 34. RGB value is (57,123,52). Sum of RGB (Red+Green+Blue) = 57+123+52=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 123 (48.44% from 255 or 53.02% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 123 - color contains mainly: green. Hex color #397B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397B34 is #C684CB. Grayscale: #5F5F5F. Windows color (decimal): -13010124 or 3439417. OLE color: 3439417.
HSL color Cylindrical-coordinate representation of color #397B34: hue angle of 115.77º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #397B34 is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 123 | 52 | - |
| CMYK | 0.54 | 0 | 0.58 | 0.52 |
| HSL | 115.77º | 0.41% | 0.34% | - |
| HSV(B) | 115.77º | 0.58% | 0.48% | - |
| XYZ | 9.39 | 15.28 | 5.7 | - |
| YUV | 95.17 | 103.63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 52 | 0.54 | 0 | 0.58 | 0.52 | 115.77 | 0.41 | 0.34 |
| Hex | 39 | 7B | 34 | 36 | 0 | 3A | 34 | 74 | 29 | 22 |
| Octal | 71 | 173 | 64 | 66 | 0 | 72 | 64 | 164 | 51 | 42 |
| Binary | 111001 | 1111011 | 110100 | 110110 | 0 | 111010 | 110100 | 1110100 | 101001 | 100010 |
Color Harmonies of #397B34
Complementary color
Monochromatic Colors of #397B34
Black with #397B34
Text Example
Text Example
White with #397B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397B34; }
p { color: rgb(57,123,52); }
H1.HeaderClassName
{
color: #397B34;
}
.AnyTagClassName
{
color: #397B34;
}
</style>
background-color css
<style>
a { background-color: #397B34; }
a { background-color: rgb(57,123,52); }
div.DivClassName
{
background-color: #397B34;
}
.BgClassName
{
background-color: #397B34;
}
</style>
border-color css
<style>
span { border-color: #397B34; }
span { border-color: rgb(57,123,52); }
td.TdClassName
{
border-color: #397B34;
}
.TagClassName
{
border-color: #397B34;
}
</style>