Shades of Dark Spring Green #117E36
Tints of Dark Spring Green #117E36
RGB
CMYK
RGB Variations
Color information
#117E36 (or 0x117E36) is known color: Dark Spring Green. HEX triplet: 11, 7E and 36. RGB value is (17,126,54). Sum of RGB (Red+Green+Blue) = 17+126+54=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 126 (49.61% from 255 or 63.96% from 197); Blue value is 54 (21.48% from 255 or 27.41% from 197); Max value from RGB is 126 - color contains mainly: green. Hex color #117E36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117E36 is #EE81C9. Grayscale: #555555. Windows color (decimal): -15630794 or 3571217. OLE color: 3571217.
HSL color Cylindrical-coordinate representation of color #117E36: hue angle of 140.37º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117E36 is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 126 | 54 | - |
| CMYK | 0.87 | 0 | 0.57 | 0.51 |
| HSL | 140.37º | 0.76% | 0.28% | - |
| HSV(B) | 140.37º | 0.87% | 0.49% | - |
| XYZ | 8.36 | 15.31 | 6 | - |
| YUV | 85.2 | 110.39 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 54 | 0.87 | 0 | 0.57 | 0.51 | 140.37 | 0.76 | 0.28 |
| Hex | 11 | 7E | 36 | 57 | 0 | 39 | 33 | 8C | 4C | 1C |
| Octal | 21 | 176 | 66 | 127 | 0 | 71 | 63 | 214 | 114 | 34 |
| Binary | 10001 | 1111110 | 110110 | 1010111 | 0 | 111001 | 110011 | 10001100 | 1001100 | 11100 |
Color Harmonies of #117E36
Complementary color
Monochromatic Colors of #117E36
Black with #117E36
Text Example
Text Example
White with #117E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117E36; }
p { color: rgb(17,126,54); }
H1.HeaderClassName
{
color: #117E36;
}
.AnyTagClassName
{
color: #117E36;
}
</style>
background-color css
<style>
a { background-color: #117E36; }
a { background-color: rgb(17,126,54); }
div.DivClassName
{
background-color: #117E36;
}
.BgClassName
{
background-color: #117E36;
}
</style>
border-color css
<style>
span { border-color: #117E36; }
span { border-color: rgb(17,126,54); }
td.TdClassName
{
border-color: #117E36;
}
.TagClassName
{
border-color: #117E36;
}
</style>