Shades of Japanese Laurel #3E803C
Tints of Japanese Laurel #3E803C
RGB
CMYK
RGB Variations
Color information
#3E803C (or 0x3E803C) is known color: Japanese Laurel. HEX triplet: 3E, 80 and 3C. RGB value is (62,128,60). Sum of RGB (Red+Green+Blue) = 62+128+60=250 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.8% from 250); Green value is 128 (50.39% from 255 or 51.2% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 128 - color contains mainly: green. Hex color #3E803C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E803C is #C17FC3. Grayscale: #646464. Windows color (decimal): -12681156 or 3964990. OLE color: 3964990.
HSL color Cylindrical-coordinate representation of color #3E803C: hue angle of 118.24º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E803C is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 62 | 128 | 60 | - |
| CMYK | 0.52 | 0 | 0.53 | 0.50 |
| HSL | 118.24º | 0.36% | 0.37% | - |
| HSV(B) | 118.24º | 0.53% | 0.5% | - |
| XYZ | 10.52 | 16.79 | 6.96 | - |
| YUV | 100.51 | 105.13 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 128 | 60 | 0.52 | 0 | 0.53 | 0.50 | 118.24 | 0.36 | 0.37 |
| Hex | 3E | 80 | 3C | 34 | 0 | 35 | 32 | 76 | 24 | 25 |
| Octal | 76 | 200 | 74 | 64 | 0 | 65 | 62 | 166 | 44 | 45 |
| Binary | 111110 | 10000000 | 111100 | 110100 | 0 | 110101 | 110010 | 1110110 | 100100 | 100101 |
Color Harmonies of #3E803C
Complementary color
Monochromatic Colors of #3E803C
Black with #3E803C
Text Example
Text Example
White with #3E803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E803C; }
p { color: rgb(62,128,60); }
H1.HeaderClassName
{
color: #3E803C;
}
.AnyTagClassName
{
color: #3E803C;
}
</style>
background-color css
<style>
a { background-color: #3E803C; }
a { background-color: rgb(62,128,60); }
div.DivClassName
{
background-color: #3E803C;
}
.BgClassName
{
background-color: #3E803C;
}
</style>
border-color css
<style>
span { border-color: #3E803C; }
span { border-color: rgb(62,128,60); }
td.TdClassName
{
border-color: #3E803C;
}
.TagClassName
{
border-color: #3E803C;
}
</style>