Shades of Dark Spring Green #11724B
Tints of Dark Spring Green #11724B
RGB
CMYK
RGB Variations
Color information
#11724B (or 0x11724B) is known color: Dark Spring Green. HEX triplet: 11, 72 and 4B. RGB value is (17,114,75). Sum of RGB (Red+Green+Blue) = 17+114+75=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 114 (44.92% from 255 or 55.34% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 114 - color contains mainly: green. Hex color #11724B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11724B is #EE8DB4. Grayscale: #505050. Windows color (decimal): -15633845 or 4944401. OLE color: 4944401.
HSL color Cylindrical-coordinate representation of color #11724B: hue angle of 155.88º 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 #11724B is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 114 | 75 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.55 |
| HSL | 155.88º | 0.74% | 0.26% | - |
| HSV(B) | 155.88º | 0.85% | 0.45% | - |
| XYZ | 7.52 | 12.66 | 8.7 | - |
| YUV | 80.55 | 124.86 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 114 | 75 | 0.85 | 0 | 0.34 | 0.55 | 155.88 | 0.74 | 0.26 |
| Hex | 11 | 72 | 4B | 55 | 0 | 22 | 37 | 9C | 4A | 1A |
| Octal | 21 | 162 | 113 | 125 | 0 | 42 | 67 | 234 | 112 | 32 |
| Binary | 10001 | 1110010 | 1001011 | 1010101 | 0 | 100010 | 110111 | 10011100 | 1001010 | 11010 |
Color Harmonies of #11724B
Complementary color
Monochromatic Colors of #11724B
Black with #11724B
Text Example
Text Example
White with #11724B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11724B; }
p { color: rgb(17,114,75); }
H1.HeaderClassName
{
color: #11724B;
}
.AnyTagClassName
{
color: #11724B;
}
</style>
background-color css
<style>
a { background-color: #11724B; }
a { background-color: rgb(17,114,75); }
div.DivClassName
{
background-color: #11724B;
}
.BgClassName
{
background-color: #11724B;
}
</style>
border-color css
<style>
span { border-color: #11724B; }
span { border-color: rgb(17,114,75); }
td.TdClassName
{
border-color: #11724B;
}
.TagClassName
{
border-color: #11724B;
}
</style>