Shades of Dark Spring Green #117648
Tints of Dark Spring Green #117648
RGB
CMYK
RGB Variations
Color information
#117648 (or 0x117648) is known color: Dark Spring Green. HEX triplet: 11, 76 and 48. RGB value is (17,118,72). Sum of RGB (Red+Green+Blue) = 17+118+72=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 118 (46.48% from 255 or 57.00% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 118 - color contains mainly: green. Hex color #117648 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117648 is #EE89B7. Grayscale: #525252. Windows color (decimal): -15632824 or 4748817. OLE color: 4748817.
HSL color Cylindrical-coordinate representation of color #117648: hue angle of 152.67º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117648 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 118 | 72 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.54 |
| HSL | 152.67º | 0.75% | 0.26% | - |
| HSV(B) | 152.67º | 0.86% | 0.46% | - |
| XYZ | 7.88 | 13.54 | 8.33 | - |
| YUV | 82.56 | 122.04 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 72 | 0.86 | 0 | 0.39 | 0.54 | 152.67 | 0.75 | 0.26 |
| Hex | 11 | 76 | 48 | 56 | 0 | 27 | 36 | 99 | 4B | 1A |
| Octal | 21 | 166 | 110 | 126 | 0 | 47 | 66 | 231 | 113 | 32 |
| Binary | 10001 | 1110110 | 1001000 | 1010110 | 0 | 100111 | 110110 | 10011001 | 1001011 | 11010 |
Color Harmonies of #117648
Complementary color
Monochromatic Colors of #117648
Black with #117648
Text Example
Text Example
White with #117648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117648; }
p { color: rgb(17,118,72); }
H1.HeaderClassName
{
color: #117648;
}
.AnyTagClassName
{
color: #117648;
}
</style>
background-color css
<style>
a { background-color: #117648; }
a { background-color: rgb(17,118,72); }
div.DivClassName
{
background-color: #117648;
}
.BgClassName
{
background-color: #117648;
}
</style>
border-color css
<style>
span { border-color: #117648; }
span { border-color: rgb(17,118,72); }
td.TdClassName
{
border-color: #117648;
}
.TagClassName
{
border-color: #117648;
}
</style>