Shades of Dark Spring Green #16853B
Tints of Dark Spring Green #16853B
RGB
CMYK
RGB Variations
Color information
#16853B (or 0x16853B) is known color: Dark Spring Green. HEX triplet: 16, 85 and 3B. RGB value is (22,133,59). Sum of RGB (Red+Green+Blue) = 22+133+59=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 133 (52.34% from 255 or 62.15% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 133 - color contains mainly: green. Hex color #16853B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16853B is #E97AC4. Grayscale: #5B5B5B. Windows color (decimal): -15301317 or 3900694. OLE color: 3900694.
HSL color Cylindrical-coordinate representation of color #16853B: hue angle of 140º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16853B is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 133 | 59 | - |
| CMYK | 0.83 | 0 | 0.56 | 0.48 |
| HSL | 140º | 0.72% | 0.3% | - |
| HSV(B) | 140º | 0.83% | 0.52% | - |
| XYZ | 9.51 | 17.26 | 6.97 | - |
| YUV | 91.38 | 109.73 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 59 | 0.83 | 0 | 0.56 | 0.48 | 140 | 0.72 | 0.3 |
| Hex | 16 | 85 | 3B | 53 | 0 | 38 | 30 | 8C | 48 | 1E |
| Octal | 26 | 205 | 73 | 123 | 0 | 70 | 60 | 214 | 110 | 36 |
| Binary | 10110 | 10000101 | 111011 | 1010011 | 0 | 111000 | 110000 | 10001100 | 1001000 | 11110 |
Color Harmonies of #16853B
Complementary color
Monochromatic Colors of #16853B
Black with #16853B
Text Example
Text Example
White with #16853B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16853B; }
p { color: rgb(22,133,59); }
H1.HeaderClassName
{
color: #16853B;
}
.AnyTagClassName
{
color: #16853B;
}
</style>
background-color css
<style>
a { background-color: #16853B; }
a { background-color: rgb(22,133,59); }
div.DivClassName
{
background-color: #16853B;
}
.BgClassName
{
background-color: #16853B;
}
</style>
border-color css
<style>
span { border-color: #16853B; }
span { border-color: rgb(22,133,59); }
td.TdClassName
{
border-color: #16853B;
}
.TagClassName
{
border-color: #16853B;
}
</style>