Shades of Dark Green #103528
Tints of Dark Green #103528
RGB
CMYK
RGB Variations
Color information
#103528 (or 0x103528) is known color: Dark Green. HEX triplet: 10, 35 and 28. RGB value is (16,53,40). Sum of RGB (Red+Green+Blue) = 16+53+40=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 53 (21.09% from 255 or 48.62% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 53 - color contains mainly: green. Hex color #103528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103528 is #EFCAD7. Grayscale: #282828. Windows color (decimal): -15715032 or 2635024. OLE color: 2635024.
HSL color Cylindrical-coordinate representation of color #103528: hue angle of 158.92º 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 #103528 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 16 | 53 | 40 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.79 |
| HSL | 158.92º | 0.54% | 0.14% | - |
| HSV(B) | 158.92º | 0.7% | 0.21% | - |
| XYZ | 1.87 | 2.81 | 2.45 | - |
| YUV | 40.46 | 127.74 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 40 | 0.70 | 0 | 0.25 | 0.79 | 158.92 | 0.54 | 0.14 |
| Hex | 10 | 35 | 28 | 46 | 0 | 19 | 4F | 9F | 36 | E |
| Octal | 20 | 65 | 50 | 106 | 0 | 31 | 117 | 237 | 66 | 16 |
| Binary | 10000 | 110101 | 101000 | 1000110 | 0 | 11001 | 1001111 | 10011111 | 110110 | 1110 |
Color Harmonies of #103528
Complementary color
Monochromatic Colors of #103528
Black with #103528
Text Example
Text Example
White with #103528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103528; }
p { color: rgb(16,53,40); }
H1.HeaderClassName
{
color: #103528;
}
.AnyTagClassName
{
color: #103528;
}
</style>
background-color css
<style>
a { background-color: #103528; }
a { background-color: rgb(16,53,40); }
div.DivClassName
{
background-color: #103528;
}
.BgClassName
{
background-color: #103528;
}
</style>
border-color css
<style>
span { border-color: #103528; }
span { border-color: rgb(16,53,40); }
td.TdClassName
{
border-color: #103528;
}
.TagClassName
{
border-color: #103528;
}
</style>