Shades of Japanese Laurel #3E7A3F
Tints of Japanese Laurel #3E7A3F
RGB
CMYK
RGB Variations
Color information
#3E7A3F (or 0x3E7A3F) is known color: Japanese Laurel. HEX triplet: 3E, 7A and 3F. RGB value is (62,122,63). Sum of RGB (Red+Green+Blue) = 62+122+63=247 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.10% from 247); Green value is 122 (48.05% from 255 or 49.39% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 122 - color contains mainly: green. Hex color #3E7A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E7A3F is #C185C0. Grayscale: #616161. Windows color (decimal): -12682689 or 4160062. OLE color: 4160062.
HSL color Cylindrical-coordinate representation of color #3E7A3F: hue angle of 121º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E7A3F is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 122 | 63 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.52 |
| HSL | 121º | 0.33% | 0.36% | - |
| HSV(B) | 121º | 0.49% | 0.48% | - |
| XYZ | 9.84 | 15.3 | 7.14 | - |
| YUV | 97.33 | 108.62 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 122 | 63 | 0.49 | 0 | 0.48 | 0.52 | 121 | 0.33 | 0.36 |
| Hex | 3E | 7A | 3F | 31 | 0 | 30 | 34 | 79 | 21 | 24 |
| Octal | 76 | 172 | 77 | 61 | 0 | 60 | 64 | 171 | 41 | 44 |
| Binary | 111110 | 1111010 | 111111 | 110001 | 0 | 110000 | 110100 | 1111001 | 100001 | 100100 |
Color Harmonies of #3E7A3F
Complementary color
Monochromatic Colors of #3E7A3F
Black with #3E7A3F
Text Example
Text Example
White with #3E7A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7A3F; }
p { color: rgb(62,122,63); }
H1.HeaderClassName
{
color: #3E7A3F;
}
.AnyTagClassName
{
color: #3E7A3F;
}
</style>
background-color css
<style>
a { background-color: #3E7A3F; }
a { background-color: rgb(62,122,63); }
div.DivClassName
{
background-color: #3E7A3F;
}
.BgClassName
{
background-color: #3E7A3F;
}
</style>
border-color css
<style>
span { border-color: #3E7A3F; }
span { border-color: rgb(62,122,63); }
td.TdClassName
{
border-color: #3E7A3F;
}
.TagClassName
{
border-color: #3E7A3F;
}
</style>