Shades of Japanese Laurel #3E743B
Tints of Japanese Laurel #3E743B
RGB
CMYK
RGB Variations
Color information
#3E743B (or 0x3E743B) is known color: Japanese Laurel. HEX triplet: 3E, 74 and 3B. RGB value is (62,116,59). Sum of RGB (Red+Green+Blue) = 62+116+59=237 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.16% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #3E743B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E743B is #C18BC4. Grayscale: #5D5D5D. Windows color (decimal): -12684229 or 3896382. OLE color: 3896382.
HSL color Cylindrical-coordinate representation of color #3E743B: hue angle of 116.84º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E743B is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 116 | 59 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.55 |
| HSL | 116.84º | 0.33% | 0.34% | - |
| HSV(B) | 116.84º | 0.49% | 0.45% | - |
| XYZ | 9.02 | 13.83 | 6.33 | - |
| YUV | 93.36 | 108.61 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 116 | 59 | 0.47 | 0 | 0.49 | 0.55 | 116.84 | 0.33 | 0.34 |
| Hex | 3E | 74 | 3B | 2F | 0 | 31 | 37 | 75 | 21 | 22 |
| Octal | 76 | 164 | 73 | 57 | 0 | 61 | 67 | 165 | 41 | 42 |
| Binary | 111110 | 1110100 | 111011 | 101111 | 0 | 110001 | 110111 | 1110101 | 100001 | 100010 |
Color Harmonies of #3E743B
Complementary color
Monochromatic Colors of #3E743B
Black with #3E743B
Text Example
Text Example
White with #3E743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E743B; }
p { color: rgb(62,116,59); }
H1.HeaderClassName
{
color: #3E743B;
}
.AnyTagClassName
{
color: #3E743B;
}
</style>
background-color css
<style>
a { background-color: #3E743B; }
a { background-color: rgb(62,116,59); }
div.DivClassName
{
background-color: #3E743B;
}
.BgClassName
{
background-color: #3E743B;
}
</style>
border-color css
<style>
span { border-color: #3E743B; }
span { border-color: rgb(62,116,59); }
td.TdClassName
{
border-color: #3E743B;
}
.TagClassName
{
border-color: #3E743B;
}
</style>