Shades of Japanese Laurel #39803E
Tints of Japanese Laurel #39803E
RGB
CMYK
RGB Variations
Color information
#39803E (or 0x39803E) is known color: Japanese Laurel. HEX triplet: 39, 80 and 3E. RGB value is (57,128,62). Sum of RGB (Red+Green+Blue) = 57+128+62=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #39803E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39803E is #C67FC1. Grayscale: #636363. Windows color (decimal): -13008834 or 4096057. OLE color: 4096057.
HSL color Cylindrical-coordinate representation of color #39803E: hue angle of 124.23º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #39803E is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 128 | 62 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.50 |
| HSL | 124.23º | 0.38% | 0.36% | - |
| HSV(B) | 124.23º | 0.55% | 0.5% | - |
| XYZ | 10.28 | 16.66 | 7.23 | - |
| YUV | 99.25 | 106.98 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 128 | 62 | 0.55 | 0 | 0.52 | 0.50 | 124.23 | 0.38 | 0.36 |
| Hex | 39 | 80 | 3E | 37 | 0 | 34 | 32 | 7C | 26 | 24 |
| Octal | 71 | 200 | 76 | 67 | 0 | 64 | 62 | 174 | 46 | 44 |
| Binary | 111001 | 10000000 | 111110 | 110111 | 0 | 110100 | 110010 | 1111100 | 100110 | 100100 |
Color Harmonies of #39803E
Complementary color
Monochromatic Colors of #39803E
Black with #39803E
Text Example
Text Example
White with #39803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39803E; }
p { color: rgb(57,128,62); }
H1.HeaderClassName
{
color: #39803E;
}
.AnyTagClassName
{
color: #39803E;
}
</style>
background-color css
<style>
a { background-color: #39803E; }
a { background-color: rgb(57,128,62); }
div.DivClassName
{
background-color: #39803E;
}
.BgClassName
{
background-color: #39803E;
}
</style>
border-color css
<style>
span { border-color: #39803E; }
span { border-color: rgb(57,128,62); }
td.TdClassName
{
border-color: #39803E;
}
.TagClassName
{
border-color: #39803E;
}
</style>