Shades of Japanese Laurel #3E793E
Tints of Japanese Laurel #3E793E
RGB
CMYK
RGB Variations
Color information
#3E793E (or 0x3E793E) is known color: Japanese Laurel. HEX triplet: 3E, 79 and 3E. RGB value is (62,121,62). Sum of RGB (Red+Green+Blue) = 62+121+62=245 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.31% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #3E793E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E793E is #C186C1. Grayscale: #606060. Windows color (decimal): -12682946 or 4094270. OLE color: 4094270.
HSL color Cylindrical-coordinate representation of color #3E793E: hue angle of 120º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E793E is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 121 | 62 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.53 |
| HSL | 120º | 0.32% | 0.36% | - |
| HSV(B) | 120º | 0.49% | 0.47% | - |
| XYZ | 9.69 | 15.05 | 6.95 | - |
| YUV | 96.63 | 108.45 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 121 | 62 | 0.49 | 0 | 0.49 | 0.53 | 120 | 0.32 | 0.36 |
| Hex | 3E | 79 | 3E | 31 | 0 | 31 | 35 | 78 | 20 | 24 |
| Octal | 76 | 171 | 76 | 61 | 0 | 61 | 65 | 170 | 40 | 44 |
| Binary | 111110 | 1111001 | 111110 | 110001 | 0 | 110001 | 110101 | 1111000 | 100000 | 100100 |
Color Harmonies of #3E793E
Complementary color
Monochromatic Colors of #3E793E
Black with #3E793E
Text Example
Text Example
White with #3E793E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E793E; }
p { color: rgb(62,121,62); }
H1.HeaderClassName
{
color: #3E793E;
}
.AnyTagClassName
{
color: #3E793E;
}
</style>
background-color css
<style>
a { background-color: #3E793E; }
a { background-color: rgb(62,121,62); }
div.DivClassName
{
background-color: #3E793E;
}
.BgClassName
{
background-color: #3E793E;
}
</style>
border-color css
<style>
span { border-color: #3E793E; }
span { border-color: rgb(62,121,62); }
td.TdClassName
{
border-color: #3E793E;
}
.TagClassName
{
border-color: #3E793E;
}
</style>