Shades of Japanese Laurel #3E7C3E
Tints of Japanese Laurel #3E7C3E
RGB
CMYK
RGB Variations
Color information
#3E7C3E (or 0x3E7C3E) is known color: Japanese Laurel. HEX triplet: 3E, 7C and 3E. RGB value is (62,124,62). Sum of RGB (Red+Green+Blue) = 62+124+62=248 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #3E7C3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E7C3E is #C183C1. Grayscale: #626262. Windows color (decimal): -12682178 or 4095038. OLE color: 4095038.
HSL color Cylindrical-coordinate representation of color #3E7C3E: hue angle of 120º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E7C3E is Cyan = 0.5, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.51.
Color convert
RGB | 62 | 124 | 62 | - |
CMYK | 0.5 | 0 | 0.5 | 0.51 |
HSL | 120º | 0.33% | 0.36% | - |
HSV(B) | 120º | 0.5% | 0.49% | - |
XYZ | 10.06 | 15.79 | 7.07 | - |
YUV | 98.39 | 107.46 | 102.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 124 | 62 | 0.5 | 0 | 0.5 | 0.51 | 120 | 0.33 | 0.36 |
Hex | 3E | 7C | 3E | 32 | 0 | 32 | 33 | 78 | 21 | 24 |
Octal | 76 | 174 | 76 | 62 | 0 | 62 | 63 | 170 | 41 | 44 |
Binary | 111110 | 1111100 | 111110 | 110010 | 0 | 110010 | 110011 | 1111000 | 100001 | 100100 |
Color Harmonies of #3E7C3E
Complementary color
Monochromatic Colors of #3E7C3E
Black with #3E7C3E
Text Example
Text Example
White with #3E7C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7C3E; }
p { color: rgb(62,124,62); }
H1.HeaderClassName
{
color: #3E7C3E;
}
.AnyTagClassName
{
color: #3E7C3E;
}
</style>
background-color css
<style>
a { background-color: #3E7C3E; }
a { background-color: rgb(62,124,62); }
div.DivClassName
{
background-color: #3E7C3E;
}
.BgClassName
{
background-color: #3E7C3E;
}
</style>
border-color css
<style>
span { border-color: #3E7C3E; }
span { border-color: rgb(62,124,62); }
td.TdClassName
{
border-color: #3E7C3E;
}
.TagClassName
{
border-color: #3E7C3E;
}
</style>