Shades of Japanese Laurel #3E783D
Tints of Japanese Laurel #3E783D
RGB
CMYK
RGB Variations
Color information
#3E783D (or 0x3E783D) is known color: Japanese Laurel. HEX triplet: 3E, 78 and 3D. RGB value is (62,120,61). Sum of RGB (Red+Green+Blue) = 62+120+61=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 120 (47.27% from 255 or 49.38% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 120 - color contains mainly: green. Hex color #3E783D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E783D is #C187C2. Grayscale: #606060. Windows color (decimal): -12683203 or 4028478. OLE color: 4028478.
HSL color Cylindrical-coordinate representation of color #3E783D: hue angle of 118.98º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E783D is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 120 | 61 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.53 |
| HSL | 118.98º | 0.33% | 0.35% | - |
| HSV(B) | 118.98º | 0.49% | 0.47% | - |
| XYZ | 9.55 | 14.79 | 6.77 | - |
| YUV | 95.93 | 108.28 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 120 | 61 | 0.48 | 0 | 0.49 | 0.53 | 118.98 | 0.33 | 0.35 |
| Hex | 3E | 78 | 3D | 30 | 0 | 31 | 35 | 77 | 21 | 23 |
| Octal | 76 | 170 | 75 | 60 | 0 | 61 | 65 | 167 | 41 | 43 |
| Binary | 111110 | 1111000 | 111101 | 110000 | 0 | 110001 | 110101 | 1110111 | 100001 | 100011 |
Color Harmonies of #3E783D
Complementary color
Monochromatic Colors of #3E783D
Black with #3E783D
Text Example
Text Example
White with #3E783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E783D; }
p { color: rgb(62,120,61); }
H1.HeaderClassName
{
color: #3E783D;
}
.AnyTagClassName
{
color: #3E783D;
}
</style>
background-color css
<style>
a { background-color: #3E783D; }
a { background-color: rgb(62,120,61); }
div.DivClassName
{
background-color: #3E783D;
}
.BgClassName
{
background-color: #3E783D;
}
</style>
border-color css
<style>
span { border-color: #3E783D; }
span { border-color: rgb(62,120,61); }
td.TdClassName
{
border-color: #3E783D;
}
.TagClassName
{
border-color: #3E783D;
}
</style>