Shades of Dark Spring Green #11713F
Tints of Dark Spring Green #11713F
RGB
CMYK
RGB Variations
Color information
#11713F (or 0x11713F) is known color: Dark Spring Green. HEX triplet: 11, 71 and 3F. RGB value is (17,113,63). Sum of RGB (Red+Green+Blue) = 17+113+63=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 113 (44.53% from 255 or 58.55% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 113 - color contains mainly: green. Hex color #11713F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11713F is #EE8EC0. Grayscale: #4E4E4E. Windows color (decimal): -15634113 or 4157713. OLE color: 4157713.
HSL color Cylindrical-coordinate representation of color #11713F: hue angle of 148.75º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11713F is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 113 | 63 | - |
| CMYK | 0.85 | 0 | 0.44 | 0.56 |
| HSL | 148.75º | 0.74% | 0.25% | - |
| HSV(B) | 148.75º | 0.85% | 0.44% | - |
| XYZ | 7.03 | 12.29 | 6.7 | - |
| YUV | 78.6 | 119.2 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 63 | 0.85 | 0 | 0.44 | 0.56 | 148.75 | 0.74 | 0.25 |
| Hex | 11 | 71 | 3F | 55 | 0 | 2C | 38 | 95 | 4A | 19 |
| Octal | 21 | 161 | 77 | 125 | 0 | 54 | 70 | 225 | 112 | 31 |
| Binary | 10001 | 1110001 | 111111 | 1010101 | 0 | 101100 | 111000 | 10010101 | 1001010 | 11001 |
Color Harmonies of #11713F
Complementary color
Monochromatic Colors of #11713F
Black with #11713F
Text Example
Text Example
White with #11713F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11713F; }
p { color: rgb(17,113,63); }
H1.HeaderClassName
{
color: #11713F;
}
.AnyTagClassName
{
color: #11713F;
}
</style>
background-color css
<style>
a { background-color: #11713F; }
a { background-color: rgb(17,113,63); }
div.DivClassName
{
background-color: #11713F;
}
.BgClassName
{
background-color: #11713F;
}
</style>
border-color css
<style>
span { border-color: #11713F; }
span { border-color: rgb(17,113,63); }
td.TdClassName
{
border-color: #11713F;
}
.TagClassName
{
border-color: #11713F;
}
</style>