Shades of Japanese Laurel #3D713E
Tints of Japanese Laurel #3D713E
RGB
CMYK
RGB Variations
Color information
#3D713E (or 0x3D713E) is known color: Japanese Laurel. HEX triplet: 3D, 71 and 3E. RGB value is (61,113,62). Sum of RGB (Red+Green+Blue) = 61+113+62=236 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.85% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #3D713E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D713E is #C28EC1. Grayscale: #5B5B5B. Windows color (decimal): -12750530 or 4092221. OLE color: 4092221.
HSL color Cylindrical-coordinate representation of color #3D713E: hue angle of 121.15º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D713E is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 113 | 62 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.56 |
| HSL | 121.15º | 0.3% | 0.34% | - |
| HSV(B) | 121.15º | 0.46% | 0.44% | - |
| XYZ | 8.7 | 13.15 | 6.64 | - |
| YUV | 91.64 | 111.27 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 113 | 62 | 0.46 | 0 | 0.45 | 0.56 | 121.15 | 0.3 | 0.34 |
| Hex | 3D | 71 | 3E | 2E | 0 | 2D | 38 | 79 | 1E | 22 |
| Octal | 75 | 161 | 76 | 56 | 0 | 55 | 70 | 171 | 36 | 42 |
| Binary | 111101 | 1110001 | 111110 | 101110 | 0 | 101101 | 111000 | 1111001 | 11110 | 100010 |
Color Harmonies of #3D713E
Complementary color
Monochromatic Colors of #3D713E
Black with #3D713E
Text Example
Text Example
White with #3D713E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D713E; }
p { color: rgb(61,113,62); }
H1.HeaderClassName
{
color: #3D713E;
}
.AnyTagClassName
{
color: #3D713E;
}
</style>
background-color css
<style>
a { background-color: #3D713E; }
a { background-color: rgb(61,113,62); }
div.DivClassName
{
background-color: #3D713E;
}
.BgClassName
{
background-color: #3D713E;
}
</style>
border-color css
<style>
span { border-color: #3D713E; }
span { border-color: rgb(61,113,62); }
td.TdClassName
{
border-color: #3D713E;
}
.TagClassName
{
border-color: #3D713E;
}
</style>