Shades of Dark Spring Green #117346
Tints of Dark Spring Green #117346
RGB
CMYK
RGB Variations
Color information
#117346 (or 0x117346) is known color: Dark Spring Green. HEX triplet: 11, 73 and 46. RGB value is (17,115,70). Sum of RGB (Red+Green+Blue) = 17+115+70=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 115 (45.31% from 255 or 56.93% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 115 - color contains mainly: green. Hex color #117346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117346 is #EE8CB9. Grayscale: #505050. Windows color (decimal): -15633594 or 4616977. OLE color: 4616977.
HSL color Cylindrical-coordinate representation of color #117346: hue angle of 152.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 #117346 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 115 | 70 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.55 |
| HSL | 152.45º | 0.74% | 0.26% | - |
| HSV(B) | 152.45º | 0.85% | 0.45% | - |
| XYZ | 7.47 | 12.82 | 7.88 | - |
| YUV | 80.57 | 122.03 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 115 | 70 | 0.85 | 0 | 0.39 | 0.55 | 152.45 | 0.74 | 0.26 |
| Hex | 11 | 73 | 46 | 55 | 0 | 27 | 37 | 98 | 4A | 1A |
| Octal | 21 | 163 | 106 | 125 | 0 | 47 | 67 | 230 | 112 | 32 |
| Binary | 10001 | 1110011 | 1000110 | 1010101 | 0 | 100111 | 110111 | 10011000 | 1001010 | 11010 |
Color Harmonies of #117346
Complementary color
Monochromatic Colors of #117346
Black with #117346
Text Example
Text Example
White with #117346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117346; }
p { color: rgb(17,115,70); }
H1.HeaderClassName
{
color: #117346;
}
.AnyTagClassName
{
color: #117346;
}
</style>
background-color css
<style>
a { background-color: #117346; }
a { background-color: rgb(17,115,70); }
div.DivClassName
{
background-color: #117346;
}
.BgClassName
{
background-color: #117346;
}
</style>
border-color css
<style>
span { border-color: #117346; }
span { border-color: rgb(17,115,70); }
td.TdClassName
{
border-color: #117346;
}
.TagClassName
{
border-color: #117346;
}
</style>