Shades of Japanese Laurel #3E783C
Tints of Japanese Laurel #3E783C
RGB
CMYK
RGB Variations
Color information
#3E783C (or 0x3E783C) is known color: Japanese Laurel. HEX triplet: 3E, 78 and 3C. RGB value is (62,120,60). Sum of RGB (Red+Green+Blue) = 62+120+60=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 120 (47.27% from 255 or 49.59% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 120 - color contains mainly: green. Hex color #3E783C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E783C is #C187C3. Grayscale: #5F5F5F. Windows color (decimal): -12683204 or 3962942. OLE color: 3962942.
HSL color Cylindrical-coordinate representation of color #3E783C: hue angle of 118º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E783C is Cyan = 0.48, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 120 | 60 | - |
| CMYK | 0.48 | 0 | 0.5 | 0.53 |
| HSL | 118º | 0.33% | 0.35% | - |
| HSV(B) | 118º | 0.5% | 0.47% | - |
| XYZ | 9.52 | 14.78 | 6.63 | - |
| YUV | 95.82 | 107.78 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 120 | 60 | 0.48 | 0 | 0.5 | 0.53 | 118 | 0.33 | 0.35 |
| Hex | 3E | 78 | 3C | 30 | 0 | 32 | 35 | 76 | 21 | 23 |
| Octal | 76 | 170 | 74 | 60 | 0 | 62 | 65 | 166 | 41 | 43 |
| Binary | 111110 | 1111000 | 111100 | 110000 | 0 | 110010 | 110101 | 1110110 | 100001 | 100011 |
Color Harmonies of #3E783C
Complementary color
Monochromatic Colors of #3E783C
Black with #3E783C
Text Example
Text Example
White with #3E783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E783C; }
p { color: rgb(62,120,60); }
H1.HeaderClassName
{
color: #3E783C;
}
.AnyTagClassName
{
color: #3E783C;
}
</style>
background-color css
<style>
a { background-color: #3E783C; }
a { background-color: rgb(62,120,60); }
div.DivClassName
{
background-color: #3E783C;
}
.BgClassName
{
background-color: #3E783C;
}
</style>
border-color css
<style>
span { border-color: #3E783C; }
span { border-color: rgb(62,120,60); }
td.TdClassName
{
border-color: #3E783C;
}
.TagClassName
{
border-color: #3E783C;
}
</style>