Shades of Japanese Laurel #3D713B
Tints of Japanese Laurel #3D713B
RGB
CMYK
RGB Variations
Color information
#3D713B (or 0x3D713B) is known color: Japanese Laurel. HEX triplet: 3D, 71 and 3B. RGB value is (61,113,59). Sum of RGB (Red+Green+Blue) = 61+113+59=233 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.18% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #3D713B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D713B is #C28EC4. Grayscale: #5B5B5B. Windows color (decimal): -12750533 or 3895613. OLE color: 3895613.
HSL color Cylindrical-coordinate representation of color #3D713B: hue angle of 117.78º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D713B is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 113 | 59 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.56 |
| HSL | 117.78º | 0.31% | 0.34% | - |
| HSV(B) | 117.78º | 0.48% | 0.44% | - |
| XYZ | 8.62 | 13.12 | 6.22 | - |
| YUV | 91.3 | 109.77 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 113 | 59 | 0.46 | 0 | 0.48 | 0.56 | 117.78 | 0.31 | 0.34 |
| Hex | 3D | 71 | 3B | 2E | 0 | 30 | 38 | 76 | 1F | 22 |
| Octal | 75 | 161 | 73 | 56 | 0 | 60 | 70 | 166 | 37 | 42 |
| Binary | 111101 | 1110001 | 111011 | 101110 | 0 | 110000 | 111000 | 1110110 | 11111 | 100010 |
Color Harmonies of #3D713B
Complementary color
Monochromatic Colors of #3D713B
Black with #3D713B
Text Example
Text Example
White with #3D713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D713B; }
p { color: rgb(61,113,59); }
H1.HeaderClassName
{
color: #3D713B;
}
.AnyTagClassName
{
color: #3D713B;
}
</style>
background-color css
<style>
a { background-color: #3D713B; }
a { background-color: rgb(61,113,59); }
div.DivClassName
{
background-color: #3D713B;
}
.BgClassName
{
background-color: #3D713B;
}
</style>
border-color css
<style>
span { border-color: #3D713B; }
span { border-color: rgb(61,113,59); }
td.TdClassName
{
border-color: #3D713B;
}
.TagClassName
{
border-color: #3D713B;
}
</style>