Shades of Japanese Laurel #39783D
Tints of Japanese Laurel #39783D
RGB
CMYK
RGB Variations
Color information
#39783D (or 0x39783D) is known color: Japanese Laurel. HEX triplet: 39, 78 and 3D. RGB value is (57,120,61). Sum of RGB (Red+Green+Blue) = 57+120+61=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #39783D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39783D is #C687C2. Grayscale: #5E5E5E. Windows color (decimal): -13010883 or 4028473. OLE color: 4028473.
HSL color Cylindrical-coordinate representation of color #39783D: hue angle of 123.81º 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 #39783D is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 120 | 61 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.53 |
| HSL | 123.81º | 0.36% | 0.35% | - |
| HSV(B) | 123.81º | 0.53% | 0.47% | - |
| XYZ | 9.25 | 14.64 | 6.75 | - |
| YUV | 94.44 | 109.13 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 120 | 61 | 0.52 | 0 | 0.49 | 0.53 | 123.81 | 0.36 | 0.35 |
| Hex | 39 | 78 | 3D | 34 | 0 | 31 | 35 | 7C | 24 | 23 |
| Octal | 71 | 170 | 75 | 64 | 0 | 61 | 65 | 174 | 44 | 43 |
| Binary | 111001 | 1111000 | 111101 | 110100 | 0 | 110001 | 110101 | 1111100 | 100100 | 100011 |
Color Harmonies of #39783D
Complementary color
Monochromatic Colors of #39783D
Black with #39783D
Text Example
Text Example
White with #39783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39783D; }
p { color: rgb(57,120,61); }
H1.HeaderClassName
{
color: #39783D;
}
.AnyTagClassName
{
color: #39783D;
}
</style>
background-color css
<style>
a { background-color: #39783D; }
a { background-color: rgb(57,120,61); }
div.DivClassName
{
background-color: #39783D;
}
.BgClassName
{
background-color: #39783D;
}
</style>
border-color css
<style>
span { border-color: #39783D; }
span { border-color: rgb(57,120,61); }
td.TdClassName
{
border-color: #39783D;
}
.TagClassName
{
border-color: #39783D;
}
</style>