Shades of Japanese Laurel #3E8D3F
Tints of Japanese Laurel #3E8D3F
RGB
CMYK
RGB Variations
Color information
#3E8D3F (or 0x3E8D3F) is known color: Japanese Laurel. HEX triplet: 3E, 8D and 3F. RGB value is (62,141,63). Sum of RGB (Red+Green+Blue) = 62+141+63=266 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.31% from 266); Green value is 141 (55.47% from 255 or 53.01% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 141 - color contains mainly: green. Hex color #3E8D3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E8D3F is #C172C0. Grayscale: #6C6C6C. Windows color (decimal): -12677825 or 4164926. OLE color: 4164926.
HSL color Cylindrical-coordinate representation of color #3E8D3F: hue angle of 120.76º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E8D3F is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 141 | 63 | - |
| CMYK | 0.56 | 0 | 0.55 | 0.45 |
| HSL | 120.76º | 0.39% | 0.4% | - |
| HSV(B) | 120.76º | 0.56% | 0.55% | - |
| XYZ | 12.41 | 20.43 | 7.99 | - |
| YUV | 108.49 | 102.33 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 141 | 63 | 0.56 | 0 | 0.55 | 0.45 | 120.76 | 0.39 | 0.4 |
| Hex | 3E | 8D | 3F | 38 | 0 | 37 | 2D | 79 | 27 | 28 |
| Octal | 76 | 215 | 77 | 70 | 0 | 67 | 55 | 171 | 47 | 50 |
| Binary | 111110 | 10001101 | 111111 | 111000 | 0 | 110111 | 101101 | 1111001 | 100111 | 101000 |
Color Harmonies of #3E8D3F
Complementary color
Monochromatic Colors of #3E8D3F
Black with #3E8D3F
Text Example
Text Example
White with #3E8D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8D3F; }
p { color: rgb(62,141,63); }
H1.HeaderClassName
{
color: #3E8D3F;
}
.AnyTagClassName
{
color: #3E8D3F;
}
</style>
background-color css
<style>
a { background-color: #3E8D3F; }
a { background-color: rgb(62,141,63); }
div.DivClassName
{
background-color: #3E8D3F;
}
.BgClassName
{
background-color: #3E8D3F;
}
</style>
border-color css
<style>
span { border-color: #3E8D3F; }
span { border-color: rgb(62,141,63); }
td.TdClassName
{
border-color: #3E8D3F;
}
.TagClassName
{
border-color: #3E8D3F;
}
</style>