Shades of Japanese Laurel #3E8A3E
Tints of Japanese Laurel #3E8A3E
RGB
CMYK
RGB Variations
Color information
#3E8A3E (or 0x3E8A3E) is known color: Japanese Laurel. HEX triplet: 3E, 8A and 3E. RGB value is (62,138,62). Sum of RGB (Red+Green+Blue) = 62+138+62=262 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.66% from 262); Green value is 138 (54.30% from 255 or 52.67% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 138 - color contains mainly: green. Hex color #3E8A3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E8A3E is #C175C1. Grayscale: #6A6A6A. Windows color (decimal): -12678594 or 4098622. OLE color: 4098622.
HSL color Cylindrical-coordinate representation of color #3E8A3E: hue angle of 120º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E8A3E is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 138 | 62 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.46 |
| HSL | 120º | 0.38% | 0.39% | - |
| HSV(B) | 120º | 0.55% | 0.54% | - |
| XYZ | 11.94 | 19.55 | 7.7 | - |
| YUV | 106.61 | 102.82 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 138 | 62 | 0.55 | 0 | 0.55 | 0.46 | 120 | 0.38 | 0.39 |
| Hex | 3E | 8A | 3E | 37 | 0 | 37 | 2E | 78 | 26 | 27 |
| Octal | 76 | 212 | 76 | 67 | 0 | 67 | 56 | 170 | 46 | 47 |
| Binary | 111110 | 10001010 | 111110 | 110111 | 0 | 110111 | 101110 | 1111000 | 100110 | 100111 |
Color Harmonies of #3E8A3E
Complementary color
Monochromatic Colors of #3E8A3E
Black with #3E8A3E
Text Example
Text Example
White with #3E8A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8A3E; }
p { color: rgb(62,138,62); }
H1.HeaderClassName
{
color: #3E8A3E;
}
.AnyTagClassName
{
color: #3E8A3E;
}
</style>
background-color css
<style>
a { background-color: #3E8A3E; }
a { background-color: rgb(62,138,62); }
div.DivClassName
{
background-color: #3E8A3E;
}
.BgClassName
{
background-color: #3E8A3E;
}
</style>
border-color css
<style>
span { border-color: #3E8A3E; }
span { border-color: rgb(62,138,62); }
td.TdClassName
{
border-color: #3E8A3E;
}
.TagClassName
{
border-color: #3E8A3E;
}
</style>