Shades of Japanese Laurel #3E723C
Tints of Japanese Laurel #3E723C
RGB
CMYK
RGB Variations
Color information
#3E723C (or 0x3E723C) is known color: Japanese Laurel. HEX triplet: 3E, 72 and 3C. RGB value is (62,114,60). Sum of RGB (Red+Green+Blue) = 62+114+60=236 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.27% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #3E723C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E723C is #C18DC3. Grayscale: #5C5C5C. Windows color (decimal): -12684740 or 3961406. OLE color: 3961406.
HSL color Cylindrical-coordinate representation of color #3E723C: hue angle of 117.78º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E723C is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 114 | 60 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.55 |
| HSL | 117.78º | 0.31% | 0.34% | - |
| HSV(B) | 117.78º | 0.47% | 0.45% | - |
| XYZ | 8.82 | 13.39 | 6.39 | - |
| YUV | 92.3 | 109.77 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 114 | 60 | 0.46 | 0 | 0.47 | 0.55 | 117.78 | 0.31 | 0.34 |
| Hex | 3E | 72 | 3C | 2E | 0 | 2F | 37 | 76 | 1F | 22 |
| Octal | 76 | 162 | 74 | 56 | 0 | 57 | 67 | 166 | 37 | 42 |
| Binary | 111110 | 1110010 | 111100 | 101110 | 0 | 101111 | 110111 | 1110110 | 11111 | 100010 |
Color Harmonies of #3E723C
Complementary color
Monochromatic Colors of #3E723C
Black with #3E723C
Text Example
Text Example
White with #3E723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E723C; }
p { color: rgb(62,114,60); }
H1.HeaderClassName
{
color: #3E723C;
}
.AnyTagClassName
{
color: #3E723C;
}
</style>
background-color css
<style>
a { background-color: #3E723C; }
a { background-color: rgb(62,114,60); }
div.DivClassName
{
background-color: #3E723C;
}
.BgClassName
{
background-color: #3E723C;
}
</style>
border-color css
<style>
span { border-color: #3E723C; }
span { border-color: rgb(62,114,60); }
td.TdClassName
{
border-color: #3E723C;
}
.TagClassName
{
border-color: #3E723C;
}
</style>