Shades of Dark Spring Green #017532
Tints of Dark Spring Green #017532
RGB
CMYK
RGB Variations
Color information
#017532 (or 0x017532) is known color: Dark Spring Green. HEX triplet: 01, 75 and 32. RGB value is (1,117,50). Sum of RGB (Red+Green+Blue) = 1+117+50=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 117 (46.09% from 255 or 69.64% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 117 - color contains mainly: green. Hex color #017532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017532 is #FE8ACD. Grayscale: #4A4A4A. Windows color (decimal): -16681678 or 3306753. OLE color: 3306753.
HSL color Cylindrical-coordinate representation of color #017532: hue angle of 145.34º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017532 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 50 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.54 |
| HSL | 145.34º | 0.98% | 0.23% | - |
| HSV(B) | 145.34º | 0.99% | 0.46% | - |
| XYZ | 6.95 | 12.96 | 5.15 | - |
| YUV | 74.68 | 114.07 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 50 | 0.99 | 0 | 0.57 | 0.54 | 145.34 | 0.98 | 0.23 |
| Hex | 1 | 75 | 32 | 63 | 0 | 39 | 36 | 91 | 62 | 17 |
| Octal | 1 | 165 | 62 | 143 | 0 | 71 | 66 | 221 | 142 | 27 |
| Binary | 1 | 1110101 | 110010 | 1100011 | 0 | 111001 | 110110 | 10010001 | 1100010 | 10111 |
Color Harmonies of #017532
Complementary color
Monochromatic Colors of #017532
Black with #017532
Text Example
Text Example
White with #017532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017532; }
p { color: rgb(1,117,50); }
H1.HeaderClassName
{
color: #017532;
}
.AnyTagClassName
{
color: #017532;
}
</style>
background-color css
<style>
a { background-color: #017532; }
a { background-color: rgb(1,117,50); }
div.DivClassName
{
background-color: #017532;
}
.BgClassName
{
background-color: #017532;
}
</style>
border-color css
<style>
span { border-color: #017532; }
span { border-color: rgb(1,117,50); }
td.TdClassName
{
border-color: #017532;
}
.TagClassName
{
border-color: #017532;
}
</style>