Shades of Japanese Laurel #39783E
Tints of Japanese Laurel #39783E
RGB
CMYK
RGB Variations
Color information
#39783E (or 0x39783E) is known color: Japanese Laurel. HEX triplet: 39, 78 and 3E. RGB value is (57,120,62). Sum of RGB (Red+Green+Blue) = 57+120+62=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #39783E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39783E is #C687C1. Grayscale: #5E5E5E. Windows color (decimal): -13010882 or 4094009. OLE color: 4094009.
HSL color Cylindrical-coordinate representation of color #39783E: hue angle of 124.76º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #39783E is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 120 | 62 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.53 |
| HSL | 124.76º | 0.36% | 0.35% | - |
| HSV(B) | 124.76º | 0.53% | 0.47% | - |
| XYZ | 9.27 | 14.65 | 6.9 | - |
| YUV | 94.55 | 109.63 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 120 | 62 | 0.52 | 0 | 0.48 | 0.53 | 124.76 | 0.36 | 0.35 |
| Hex | 39 | 78 | 3E | 34 | 0 | 30 | 35 | 7D | 24 | 23 |
| Octal | 71 | 170 | 76 | 64 | 0 | 60 | 65 | 175 | 44 | 43 |
| Binary | 111001 | 1111000 | 111110 | 110100 | 0 | 110000 | 110101 | 1111101 | 100100 | 100011 |
Color Harmonies of #39783E
Complementary color
Monochromatic Colors of #39783E
Black with #39783E
Text Example
Text Example
White with #39783E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39783E; }
p { color: rgb(57,120,62); }
H1.HeaderClassName
{
color: #39783E;
}
.AnyTagClassName
{
color: #39783E;
}
</style>
background-color css
<style>
a { background-color: #39783E; }
a { background-color: rgb(57,120,62); }
div.DivClassName
{
background-color: #39783E;
}
.BgClassName
{
background-color: #39783E;
}
</style>
border-color css
<style>
span { border-color: #39783E; }
span { border-color: rgb(57,120,62); }
td.TdClassName
{
border-color: #39783E;
}
.TagClassName
{
border-color: #39783E;
}
</style>