Shades of Dark Green #103529
Tints of Dark Green #103529
RGB
CMYK
RGB Variations
Color information
#103529 (or 0x103529) is known color: Dark Green. HEX triplet: 10, 35 and 29. RGB value is (16,53,41). Sum of RGB (Red+Green+Blue) = 16+53+41=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 53 - color contains mainly: green. Hex color #103529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103529 is #EFCAD6. Grayscale: #282828. Windows color (decimal): -15715031 or 2700560. OLE color: 2700560.
HSL color Cylindrical-coordinate representation of color #103529: hue angle of 160.54º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #103529 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 16 | 53 | 41 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.79 |
| HSL | 160.54º | 0.54% | 0.14% | - |
| HSV(B) | 160.54º | 0.7% | 0.21% | - |
| XYZ | 1.89 | 2.82 | 2.54 | - |
| YUV | 40.57 | 128.24 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 41 | 0.70 | 0 | 0.23 | 0.79 | 160.54 | 0.54 | 0.14 |
| Hex | 10 | 35 | 29 | 46 | 0 | 17 | 4F | A1 | 36 | E |
| Octal | 20 | 65 | 51 | 106 | 0 | 27 | 117 | 241 | 66 | 16 |
| Binary | 10000 | 110101 | 101001 | 1000110 | 0 | 10111 | 1001111 | 10100001 | 110110 | 1110 |
Color Harmonies of #103529
Complementary color
Monochromatic Colors of #103529
Black with #103529
Text Example
Text Example
White with #103529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103529; }
p { color: rgb(16,53,41); }
H1.HeaderClassName
{
color: #103529;
}
.AnyTagClassName
{
color: #103529;
}
</style>
background-color css
<style>
a { background-color: #103529; }
a { background-color: rgb(16,53,41); }
div.DivClassName
{
background-color: #103529;
}
.BgClassName
{
background-color: #103529;
}
</style>
border-color css
<style>
span { border-color: #103529; }
span { border-color: rgb(16,53,41); }
td.TdClassName
{
border-color: #103529;
}
.TagClassName
{
border-color: #103529;
}
</style>