Shades of Japanese Laurel #3E763D
Tints of Japanese Laurel #3E763D
RGB
CMYK
RGB Variations
Color information
#3E763D (or 0x3E763D) is known color: Japanese Laurel. HEX triplet: 3E, 76 and 3D. RGB value is (62,118,61). Sum of RGB (Red+Green+Blue) = 62+118+61=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #3E763D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E763D is #C189C2. Grayscale: #5E5E5E. Windows color (decimal): -12683715 or 4027966. OLE color: 4027966.
HSL color Cylindrical-coordinate representation of color #3E763D: hue angle of 118.95º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E763D is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 118 | 61 | - |
| CMYK | 0.47 | 0 | 0.48 | 0.54 |
| HSL | 118.95º | 0.32% | 0.35% | - |
| HSV(B) | 118.95º | 0.48% | 0.46% | - |
| XYZ | 9.31 | 14.32 | 6.69 | - |
| YUV | 94.76 | 108.95 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 118 | 61 | 0.47 | 0 | 0.48 | 0.54 | 118.95 | 0.32 | 0.35 |
| Hex | 3E | 76 | 3D | 2F | 0 | 30 | 36 | 77 | 20 | 23 |
| Octal | 76 | 166 | 75 | 57 | 0 | 60 | 66 | 167 | 40 | 43 |
| Binary | 111110 | 1110110 | 111101 | 101111 | 0 | 110000 | 110110 | 1110111 | 100000 | 100011 |
Color Harmonies of #3E763D
Complementary color
Monochromatic Colors of #3E763D
Black with #3E763D
Text Example
Text Example
White with #3E763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E763D; }
p { color: rgb(62,118,61); }
H1.HeaderClassName
{
color: #3E763D;
}
.AnyTagClassName
{
color: #3E763D;
}
</style>
background-color css
<style>
a { background-color: #3E763D; }
a { background-color: rgb(62,118,61); }
div.DivClassName
{
background-color: #3E763D;
}
.BgClassName
{
background-color: #3E763D;
}
</style>
border-color css
<style>
span { border-color: #3E763D; }
span { border-color: rgb(62,118,61); }
td.TdClassName
{
border-color: #3E763D;
}
.TagClassName
{
border-color: #3E763D;
}
</style>