Shades of Japanese Laurel #3E7838
Tints of Japanese Laurel #3E7838
RGB
CMYK
RGB Variations
Color information
#3E7838 (or 0x3E7838) is known color: Japanese Laurel. HEX triplet: 3E, 78 and 38. RGB value is (62,120,56). Sum of RGB (Red+Green+Blue) = 62+120+56=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #3E7838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E7838 is #C187C7. Grayscale: #5F5F5F. Windows color (decimal): -12683208 or 3700798. OLE color: 3700798.
HSL color Cylindrical-coordinate representation of color #3E7838: hue angle of 114.38º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E7838 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 120 | 56 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.53 |
| HSL | 114.38º | 0.36% | 0.35% | - |
| HSV(B) | 114.38º | 0.53% | 0.47% | - |
| XYZ | 9.42 | 14.74 | 6.09 | - |
| YUV | 95.36 | 105.78 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 120 | 56 | 0.48 | 0 | 0.53 | 0.53 | 114.38 | 0.36 | 0.35 |
| Hex | 3E | 78 | 38 | 30 | 0 | 35 | 35 | 72 | 24 | 23 |
| Octal | 76 | 170 | 70 | 60 | 0 | 65 | 65 | 162 | 44 | 43 |
| Binary | 111110 | 1111000 | 111000 | 110000 | 0 | 110101 | 110101 | 1110010 | 100100 | 100011 |
Color Harmonies of #3E7838
Complementary color
Monochromatic Colors of #3E7838
Black with #3E7838
Text Example
Text Example
White with #3E7838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7838; }
p { color: rgb(62,120,56); }
H1.HeaderClassName
{
color: #3E7838;
}
.AnyTagClassName
{
color: #3E7838;
}
</style>
background-color css
<style>
a { background-color: #3E7838; }
a { background-color: rgb(62,120,56); }
div.DivClassName
{
background-color: #3E7838;
}
.BgClassName
{
background-color: #3E7838;
}
</style>
border-color css
<style>
span { border-color: #3E7838; }
span { border-color: rgb(62,120,56); }
td.TdClassName
{
border-color: #3E7838;
}
.TagClassName
{
border-color: #3E7838;
}
</style>