Shades of Dark Spring Green #11743B
Tints of Dark Spring Green #11743B
RGB
CMYK
RGB Variations
Color information
#11743B (or 0x11743B) is known color: Dark Spring Green. HEX triplet: 11, 74 and 3B. RGB value is (17,116,59). Sum of RGB (Red+Green+Blue) = 17+116+59=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 116 (45.70% from 255 or 60.42% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 116 - color contains mainly: green. Hex color #11743B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11743B is #EE8BC4. Grayscale: #505050. Windows color (decimal): -15633349 or 3896337. OLE color: 3896337.
HSL color Cylindrical-coordinate representation of color #11743B: hue angle of 145.45º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11743B is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 59 | - |
| CMYK | 0.85 | 0 | 0.49 | 0.55 |
| HSL | 145.45º | 0.74% | 0.26% | - |
| HSV(B) | 145.45º | 0.85% | 0.45% | - |
| XYZ | 7.27 | 12.93 | 6.25 | - |
| YUV | 79.9 | 116.2 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 59 | 0.85 | 0 | 0.49 | 0.55 | 145.45 | 0.74 | 0.26 |
| Hex | 11 | 74 | 3B | 55 | 0 | 31 | 37 | 91 | 4A | 1A |
| Octal | 21 | 164 | 73 | 125 | 0 | 61 | 67 | 221 | 112 | 32 |
| Binary | 10001 | 1110100 | 111011 | 1010101 | 0 | 110001 | 110111 | 10010001 | 1001010 | 11010 |
Color Harmonies of #11743B
Complementary color
Monochromatic Colors of #11743B
Black with #11743B
Text Example
Text Example
White with #11743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11743B; }
p { color: rgb(17,116,59); }
H1.HeaderClassName
{
color: #11743B;
}
.AnyTagClassName
{
color: #11743B;
}
</style>
background-color css
<style>
a { background-color: #11743B; }
a { background-color: rgb(17,116,59); }
div.DivClassName
{
background-color: #11743B;
}
.BgClassName
{
background-color: #11743B;
}
</style>
border-color css
<style>
span { border-color: #11743B; }
span { border-color: rgb(17,116,59); }
td.TdClassName
{
border-color: #11743B;
}
.TagClassName
{
border-color: #11743B;
}
</style>