Shades of Dark Spring Green #018536
Tints of Dark Spring Green #018536
RGB
CMYK
RGB Variations
Color information
#018536 (or 0x018536) is known color: Dark Spring Green. HEX triplet: 01, 85 and 36. RGB value is (1,133,54). Sum of RGB (Red+Green+Blue) = 1+133+54=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 133 (52.34% from 255 or 70.74% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 133 - color contains mainly: green. Hex color #018536 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018536 is #FE7AC9. Grayscale: #545454. Windows color (decimal): -16677578 or 3572993. OLE color: 3572993.
HSL color Cylindrical-coordinate representation of color #018536: hue angle of 144.09º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018536 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 54 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.48 |
| HSL | 144.09º | 0.99% | 0.26% | - |
| HSV(B) | 144.09º | 0.99% | 0.52% | - |
| XYZ | 9.07 | 17.05 | 6.3 | - |
| YUV | 84.53 | 110.77 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 54 | 0.99 | 0 | 0.59 | 0.48 | 144.09 | 0.99 | 0.26 |
| Hex | 1 | 85 | 36 | 63 | 0 | 3B | 30 | 90 | 63 | 1A |
| Octal | 1 | 205 | 66 | 143 | 0 | 73 | 60 | 220 | 143 | 32 |
| Binary | 1 | 10000101 | 110110 | 1100011 | 0 | 111011 | 110000 | 10010000 | 1100011 | 11010 |
Color Harmonies of #018536
Complementary color
Monochromatic Colors of #018536
Black with #018536
Text Example
Text Example
White with #018536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018536; }
p { color: rgb(1,133,54); }
H1.HeaderClassName
{
color: #018536;
}
.AnyTagClassName
{
color: #018536;
}
</style>
background-color css
<style>
a { background-color: #018536; }
a { background-color: rgb(1,133,54); }
div.DivClassName
{
background-color: #018536;
}
.BgClassName
{
background-color: #018536;
}
</style>
border-color css
<style>
span { border-color: #018536; }
span { border-color: rgb(1,133,54); }
td.TdClassName
{
border-color: #018536;
}
.TagClassName
{
border-color: #018536;
}
</style>