Shades of Japanese Laurel #3E713C
Tints of Japanese Laurel #3E713C
RGB
CMYK
RGB Variations
Color information
#3E713C (or 0x3E713C) is known color: Japanese Laurel. HEX triplet: 3E, 71 and 3C. RGB value is (62,113,60). Sum of RGB (Red+Green+Blue) = 62+113+60=235 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.38% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #3E713C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E713C is #C18EC3. Grayscale: #5B5B5B. Windows color (decimal): -12684996 or 3961150. OLE color: 3961150.
HSL color Cylindrical-coordinate representation of color #3E713C: hue angle of 117.74º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E713C is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 113 | 60 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.56 |
| HSL | 117.74º | 0.31% | 0.34% | - |
| HSV(B) | 117.74º | 0.47% | 0.44% | - |
| XYZ | 8.71 | 13.16 | 6.36 | - |
| YUV | 91.71 | 110.1 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 113 | 60 | 0.45 | 0 | 0.47 | 0.56 | 117.74 | 0.31 | 0.34 |
| Hex | 3E | 71 | 3C | 2D | 0 | 2F | 38 | 76 | 1F | 22 |
| Octal | 76 | 161 | 74 | 55 | 0 | 57 | 70 | 166 | 37 | 42 |
| Binary | 111110 | 1110001 | 111100 | 101101 | 0 | 101111 | 111000 | 1110110 | 11111 | 100010 |
Color Harmonies of #3E713C
Complementary color
Monochromatic Colors of #3E713C
Black with #3E713C
Text Example
Text Example
White with #3E713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E713C; }
p { color: rgb(62,113,60); }
H1.HeaderClassName
{
color: #3E713C;
}
.AnyTagClassName
{
color: #3E713C;
}
</style>
background-color css
<style>
a { background-color: #3E713C; }
a { background-color: rgb(62,113,60); }
div.DivClassName
{
background-color: #3E713C;
}
.BgClassName
{
background-color: #3E713C;
}
</style>
border-color css
<style>
span { border-color: #3E713C; }
span { border-color: rgb(62,113,60); }
td.TdClassName
{
border-color: #3E713C;
}
.TagClassName
{
border-color: #3E713C;
}
</style>