Shades of Japanese Laurel #3E7A39
Tints of Japanese Laurel #3E7A39
RGB
CMYK
RGB Variations
Color information
#3E7A39 (or 0x3E7A39) is known color: Japanese Laurel. HEX triplet: 3E, 7A and 39. RGB value is (62,122,57). Sum of RGB (Red+Green+Blue) = 62+122+57=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 122 (48.05% from 255 or 50.62% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 122 - color contains mainly: green. Hex color #3E7A39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E7A39 is #C185C6. Grayscale: #606060. Windows color (decimal): -12682695 or 3766846. OLE color: 3766846.
HSL color Cylindrical-coordinate representation of color #3E7A39: hue angle of 115.38º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E7A39 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 122 | 57 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.52 |
| HSL | 115.38º | 0.36% | 0.35% | - |
| HSV(B) | 115.38º | 0.53% | 0.48% | - |
| XYZ | 9.68 | 15.24 | 6.3 | - |
| YUV | 96.65 | 105.62 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 122 | 57 | 0.49 | 0 | 0.53 | 0.52 | 115.38 | 0.36 | 0.35 |
| Hex | 3E | 7A | 39 | 31 | 0 | 35 | 34 | 73 | 24 | 23 |
| Octal | 76 | 172 | 71 | 61 | 0 | 65 | 64 | 163 | 44 | 43 |
| Binary | 111110 | 1111010 | 111001 | 110001 | 0 | 110101 | 110100 | 1110011 | 100100 | 100011 |
Color Harmonies of #3E7A39
Complementary color
Monochromatic Colors of #3E7A39
Black with #3E7A39
Text Example
Text Example
White with #3E7A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7A39; }
p { color: rgb(62,122,57); }
H1.HeaderClassName
{
color: #3E7A39;
}
.AnyTagClassName
{
color: #3E7A39;
}
</style>
background-color css
<style>
a { background-color: #3E7A39; }
a { background-color: rgb(62,122,57); }
div.DivClassName
{
background-color: #3E7A39;
}
.BgClassName
{
background-color: #3E7A39;
}
</style>
border-color css
<style>
span { border-color: #3E7A39; }
span { border-color: rgb(62,122,57); }
td.TdClassName
{
border-color: #3E7A39;
}
.TagClassName
{
border-color: #3E7A39;
}
</style>