Shades of Japanese Laurel #3E723D
Tints of Japanese Laurel #3E723D
RGB
CMYK
RGB Variations
Color information
#3E723D (or 0x3E723D) is known color: Japanese Laurel. HEX triplet: 3E, 72 and 3D. RGB value is (62,114,61). Sum of RGB (Red+Green+Blue) = 62+114+61=237 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.16% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #3E723D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E723D is #C18DC2. Grayscale: #5C5C5C. Windows color (decimal): -12684739 or 4026942. OLE color: 4026942.
HSL color Cylindrical-coordinate representation of color #3E723D: hue angle of 118.87º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E723D is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 114 | 61 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.55 |
| HSL | 118.87º | 0.3% | 0.34% | - |
| HSV(B) | 118.87º | 0.46% | 0.45% | - |
| XYZ | 8.85 | 13.4 | 6.53 | - |
| YUV | 92.41 | 110.27 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 114 | 61 | 0.46 | 0 | 0.46 | 0.55 | 118.87 | 0.3 | 0.34 |
| Hex | 3E | 72 | 3D | 2E | 0 | 2E | 37 | 77 | 1E | 22 |
| Octal | 76 | 162 | 75 | 56 | 0 | 56 | 67 | 167 | 36 | 42 |
| Binary | 111110 | 1110010 | 111101 | 101110 | 0 | 101110 | 110111 | 1110111 | 11110 | 100010 |
Color Harmonies of #3E723D
Complementary color
Monochromatic Colors of #3E723D
Black with #3E723D
Text Example
Text Example
White with #3E723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E723D; }
p { color: rgb(62,114,61); }
H1.HeaderClassName
{
color: #3E723D;
}
.AnyTagClassName
{
color: #3E723D;
}
</style>
background-color css
<style>
a { background-color: #3E723D; }
a { background-color: rgb(62,114,61); }
div.DivClassName
{
background-color: #3E723D;
}
.BgClassName
{
background-color: #3E723D;
}
</style>
border-color css
<style>
span { border-color: #3E723D; }
span { border-color: rgb(62,114,61); }
td.TdClassName
{
border-color: #3E723D;
}
.TagClassName
{
border-color: #3E723D;
}
</style>