Shades of Japanese Laurel #39783F
Tints of Japanese Laurel #39783F
RGB
CMYK
RGB Variations
Color information
#39783F (or 0x39783F) is known color: Japanese Laurel. HEX triplet: 39, 78 and 3F. RGB value is (57,120,63). Sum of RGB (Red+Green+Blue) = 57+120+63=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #39783F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39783F is #C687C0. Grayscale: #5E5E5E. Windows color (decimal): -13010881 or 4159545. OLE color: 4159545.
HSL color Cylindrical-coordinate representation of color #39783F: hue angle of 125.71º 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 #39783F is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 120 | 63 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.53 |
| HSL | 125.71º | 0.36% | 0.35% | - |
| HSV(B) | 125.71º | 0.53% | 0.47% | - |
| XYZ | 9.3 | 14.66 | 7.04 | - |
| YUV | 94.67 | 110.13 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 120 | 63 | 0.52 | 0 | 0.48 | 0.53 | 125.71 | 0.36 | 0.35 |
| Hex | 39 | 78 | 3F | 34 | 0 | 30 | 35 | 7E | 24 | 23 |
| Octal | 71 | 170 | 77 | 64 | 0 | 60 | 65 | 176 | 44 | 43 |
| Binary | 111001 | 1111000 | 111111 | 110100 | 0 | 110000 | 110101 | 1111110 | 100100 | 100011 |
Color Harmonies of #39783F
Complementary color
Monochromatic Colors of #39783F
Black with #39783F
Text Example
Text Example
White with #39783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39783F; }
p { color: rgb(57,120,63); }
H1.HeaderClassName
{
color: #39783F;
}
.AnyTagClassName
{
color: #39783F;
}
</style>
background-color css
<style>
a { background-color: #39783F; }
a { background-color: rgb(57,120,63); }
div.DivClassName
{
background-color: #39783F;
}
.BgClassName
{
background-color: #39783F;
}
</style>
border-color css
<style>
span { border-color: #39783F; }
span { border-color: rgb(57,120,63); }
td.TdClassName
{
border-color: #39783F;
}
.TagClassName
{
border-color: #39783F;
}
</style>