Shades of Dark Spring Green #117445
Tints of Dark Spring Green #117445
RGB
CMYK
RGB Variations
Color information
#117445 (or 0x117445) is known color: Dark Spring Green. HEX triplet: 11, 74 and 45. RGB value is (17,116,69). Sum of RGB (Red+Green+Blue) = 17+116+69=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 116 (45.70% from 255 or 57.43% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 116 - color contains mainly: green. Hex color #117445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117445 is #EE8BBA. Grayscale: #515151. Windows color (decimal): -15633339 or 4551697. OLE color: 4551697.
HSL color Cylindrical-coordinate representation of color #117445: hue angle of 151.52º 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 #117445 is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 69 | - |
| CMYK | 0.85 | 0 | 0.41 | 0.55 |
| HSL | 151.52º | 0.74% | 0.26% | - |
| HSV(B) | 151.52º | 0.85% | 0.45% | - |
| XYZ | 7.55 | 13.04 | 7.75 | - |
| YUV | 81.04 | 121.2 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 69 | 0.85 | 0 | 0.41 | 0.55 | 151.52 | 0.74 | 0.26 |
| Hex | 11 | 74 | 45 | 55 | 0 | 29 | 37 | 98 | 4A | 1A |
| Octal | 21 | 164 | 105 | 125 | 0 | 51 | 67 | 230 | 112 | 32 |
| Binary | 10001 | 1110100 | 1000101 | 1010101 | 0 | 101001 | 110111 | 10011000 | 1001010 | 11010 |
Color Harmonies of #117445
Complementary color
Monochromatic Colors of #117445
Black with #117445
Text Example
Text Example
White with #117445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117445; }
p { color: rgb(17,116,69); }
H1.HeaderClassName
{
color: #117445;
}
.AnyTagClassName
{
color: #117445;
}
</style>
background-color css
<style>
a { background-color: #117445; }
a { background-color: rgb(17,116,69); }
div.DivClassName
{
background-color: #117445;
}
.BgClassName
{
background-color: #117445;
}
</style>
border-color css
<style>
span { border-color: #117445; }
span { border-color: rgb(17,116,69); }
td.TdClassName
{
border-color: #117445;
}
.TagClassName
{
border-color: #117445;
}
</style>