Shades of Japanese Laurel #3E763E
Tints of Japanese Laurel #3E763E
RGB
CMYK
RGB Variations
Color information
#3E763E (or 0x3E763E) is known color: Japanese Laurel. HEX triplet: 3E, 76 and 3E. RGB value is (62,118,62). Sum of RGB (Red+Green+Blue) = 62+118+62=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #3E763E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E763E is #C189C1. Grayscale: #5F5F5F. Windows color (decimal): -12683714 or 4093502. OLE color: 4093502.
HSL color Cylindrical-coordinate representation of color #3E763E: hue angle of 120º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E763E is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 118 | 62 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.54 |
| HSL | 120º | 0.31% | 0.35% | - |
| HSV(B) | 120º | 0.47% | 0.46% | - |
| XYZ | 9.33 | 14.33 | 6.83 | - |
| YUV | 94.87 | 109.45 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 118 | 62 | 0.47 | 0 | 0.47 | 0.54 | 120 | 0.31 | 0.35 |
| Hex | 3E | 76 | 3E | 2F | 0 | 2F | 36 | 78 | 1F | 23 |
| Octal | 76 | 166 | 76 | 57 | 0 | 57 | 66 | 170 | 37 | 43 |
| Binary | 111110 | 1110110 | 111110 | 101111 | 0 | 101111 | 110110 | 1111000 | 11111 | 100011 |
Color Harmonies of #3E763E
Complementary color
Monochromatic Colors of #3E763E
Black with #3E763E
Text Example
Text Example
White with #3E763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E763E; }
p { color: rgb(62,118,62); }
H1.HeaderClassName
{
color: #3E763E;
}
.AnyTagClassName
{
color: #3E763E;
}
</style>
background-color css
<style>
a { background-color: #3E763E; }
a { background-color: rgb(62,118,62); }
div.DivClassName
{
background-color: #3E763E;
}
.BgClassName
{
background-color: #3E763E;
}
</style>
border-color css
<style>
span { border-color: #3E763E; }
span { border-color: rgb(62,118,62); }
td.TdClassName
{
border-color: #3E763E;
}
.TagClassName
{
border-color: #3E763E;
}
</style>