Shades of Japanese Laurel #39703D
Tints of Japanese Laurel #39703D
RGB
CMYK
RGB Variations
Color information
#39703D (or 0x39703D) is known color: Japanese Laurel. HEX triplet: 39, 70 and 3D. RGB value is (57,112,61). Sum of RGB (Red+Green+Blue) = 57+112+61=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #39703D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39703D is #C68FC2. Grayscale: #595959. Windows color (decimal): -13012931 or 4026425. OLE color: 4026425.
HSL color Cylindrical-coordinate representation of color #39703D: hue angle of 124.36º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #39703D is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 112 | 61 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.56 |
| HSL | 124.36º | 0.33% | 0.33% | - |
| HSV(B) | 124.36º | 0.49% | 0.44% | - |
| XYZ | 8.32 | 12.8 | 6.45 | - |
| YUV | 89.74 | 111.78 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 112 | 61 | 0.49 | 0 | 0.46 | 0.56 | 124.36 | 0.33 | 0.33 |
| Hex | 39 | 70 | 3D | 31 | 0 | 2E | 38 | 7C | 21 | 21 |
| Octal | 71 | 160 | 75 | 61 | 0 | 56 | 70 | 174 | 41 | 41 |
| Binary | 111001 | 1110000 | 111101 | 110001 | 0 | 101110 | 111000 | 1111100 | 100001 | 100001 |
Color Harmonies of #39703D
Complementary color
Monochromatic Colors of #39703D
Black with #39703D
Text Example
Text Example
White with #39703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39703D; }
p { color: rgb(57,112,61); }
H1.HeaderClassName
{
color: #39703D;
}
.AnyTagClassName
{
color: #39703D;
}
</style>
background-color css
<style>
a { background-color: #39703D; }
a { background-color: rgb(57,112,61); }
div.DivClassName
{
background-color: #39703D;
}
.BgClassName
{
background-color: #39703D;
}
</style>
border-color css
<style>
span { border-color: #39703D; }
span { border-color: rgb(57,112,61); }
td.TdClassName
{
border-color: #39703D;
}
.TagClassName
{
border-color: #39703D;
}
</style>