Shades of Japanese Laurel #3E7E3D
Tints of Japanese Laurel #3E7E3D
RGB
CMYK
RGB Variations
Color information
#3E7E3D (or 0x3E7E3D) is known color: Japanese Laurel. HEX triplet: 3E, 7E and 3D. RGB value is (62,126,61). Sum of RGB (Red+Green+Blue) = 62+126+61=249 (32% of max value = 765). Red value is 62 (24.61% from 255 or 24.90% from 249); Green value is 126 (49.61% from 255 or 50.60% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 126 - color contains mainly: green. Hex color #3E7E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E7E3D is #C181C2. Grayscale: #636363. Windows color (decimal): -12681667 or 4030014. OLE color: 4030014.
HSL color Cylindrical-coordinate representation of color #3E7E3D: hue angle of 119.08º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E7E3D is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 126 | 61 | - |
| CMYK | 0.51 | 0 | 0.52 | 0.51 |
| HSL | 119.08º | 0.35% | 0.37% | - |
| HSV(B) | 119.08º | 0.52% | 0.49% | - |
| XYZ | 10.29 | 16.28 | 7.02 | - |
| YUV | 99.45 | 106.3 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 126 | 61 | 0.51 | 0 | 0.52 | 0.51 | 119.08 | 0.35 | 0.37 |
| Hex | 3E | 7E | 3D | 33 | 0 | 34 | 33 | 77 | 23 | 25 |
| Octal | 76 | 176 | 75 | 63 | 0 | 64 | 63 | 167 | 43 | 45 |
| Binary | 111110 | 1111110 | 111101 | 110011 | 0 | 110100 | 110011 | 1110111 | 100011 | 100101 |
Color Harmonies of #3E7E3D
Complementary color
Monochromatic Colors of #3E7E3D
Black with #3E7E3D
Text Example
Text Example
White with #3E7E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7E3D; }
p { color: rgb(62,126,61); }
H1.HeaderClassName
{
color: #3E7E3D;
}
.AnyTagClassName
{
color: #3E7E3D;
}
</style>
background-color css
<style>
a { background-color: #3E7E3D; }
a { background-color: rgb(62,126,61); }
div.DivClassName
{
background-color: #3E7E3D;
}
.BgClassName
{
background-color: #3E7E3D;
}
</style>
border-color css
<style>
span { border-color: #3E7E3D; }
span { border-color: rgb(62,126,61); }
td.TdClassName
{
border-color: #3E7E3D;
}
.TagClassName
{
border-color: #3E7E3D;
}
</style>