Shades of Japanese Laurel #3E843A
Tints of Japanese Laurel #3E843A
RGB
CMYK
RGB Variations
Color information
#3E843A (or 0x3E843A) is known color: Japanese Laurel. HEX triplet: 3E, 84 and 3A. RGB value is (62,132,58). Sum of RGB (Red+Green+Blue) = 62+132+58=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #3E843A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E843A is #C17BC5. Grayscale: #666666. Windows color (decimal): -12680134 or 3834942. OLE color: 3834942.
HSL color Cylindrical-coordinate representation of color #3E843A: hue angle of 116.76º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E843A is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 132 | 58 | - |
| CMYK | 0.53 | 0 | 0.56 | 0.48 |
| HSL | 116.76º | 0.39% | 0.37% | - |
| HSV(B) | 116.76º | 0.56% | 0.52% | - |
| XYZ | 11 | 17.83 | 6.87 | - |
| YUV | 102.63 | 102.81 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 132 | 58 | 0.53 | 0 | 0.56 | 0.48 | 116.76 | 0.39 | 0.37 |
| Hex | 3E | 84 | 3A | 35 | 0 | 38 | 30 | 75 | 27 | 25 |
| Octal | 76 | 204 | 72 | 65 | 0 | 70 | 60 | 165 | 47 | 45 |
| Binary | 111110 | 10000100 | 111010 | 110101 | 0 | 111000 | 110000 | 1110101 | 100111 | 100101 |
Color Harmonies of #3E843A
Complementary color
Monochromatic Colors of #3E843A
Black with #3E843A
Text Example
Text Example
White with #3E843A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E843A; }
p { color: rgb(62,132,58); }
H1.HeaderClassName
{
color: #3E843A;
}
.AnyTagClassName
{
color: #3E843A;
}
</style>
background-color css
<style>
a { background-color: #3E843A; }
a { background-color: rgb(62,132,58); }
div.DivClassName
{
background-color: #3E843A;
}
.BgClassName
{
background-color: #3E843A;
}
</style>
border-color css
<style>
span { border-color: #3E843A; }
span { border-color: rgb(62,132,58); }
td.TdClassName
{
border-color: #3E843A;
}
.TagClassName
{
border-color: #3E843A;
}
</style>