Shades of Japanese Laurel #398B37
Tints of Japanese Laurel #398B37
RGB
CMYK
RGB Variations
Color information
#398B37 (or 0x398B37) is known color: Japanese Laurel. HEX triplet: 39, 8B and 37. RGB value is (57,139,55). Sum of RGB (Red+Green+Blue) = 57+139+55=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 139 (54.69% from 255 or 55.38% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 139 - color contains mainly: green. Hex color #398B37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398B37 is #C674C8. Grayscale: #696969. Windows color (decimal): -13006025 or 3640121. OLE color: 3640121.
HSL color Cylindrical-coordinate representation of color #398B37: hue angle of 118.57º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398B37 is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 139 | 55 | - |
| CMYK | 0.59 | 0 | 0.60 | 0.45 |
| HSL | 118.57º | 0.43% | 0.38% | - |
| HSV(B) | 118.57º | 0.6% | 0.55% | - |
| XYZ | 11.61 | 19.61 | 6.79 | - |
| YUV | 104.91 | 99.83 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 139 | 55 | 0.59 | 0 | 0.60 | 0.45 | 118.57 | 0.43 | 0.38 |
| Hex | 39 | 8B | 37 | 3B | 0 | 3C | 2D | 77 | 2B | 26 |
| Octal | 71 | 213 | 67 | 73 | 0 | 74 | 55 | 167 | 53 | 46 |
| Binary | 111001 | 10001011 | 110111 | 111011 | 0 | 111100 | 101101 | 1110111 | 101011 | 100110 |
Color Harmonies of #398B37
Complementary color
Monochromatic Colors of #398B37
Black with #398B37
Text Example
Text Example
White with #398B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398B37; }
p { color: rgb(57,139,55); }
H1.HeaderClassName
{
color: #398B37;
}
.AnyTagClassName
{
color: #398B37;
}
</style>
background-color css
<style>
a { background-color: #398B37; }
a { background-color: rgb(57,139,55); }
div.DivClassName
{
background-color: #398B37;
}
.BgClassName
{
background-color: #398B37;
}
</style>
border-color css
<style>
span { border-color: #398B37; }
span { border-color: rgb(57,139,55); }
td.TdClassName
{
border-color: #398B37;
}
.TagClassName
{
border-color: #398B37;
}
</style>