Shades of Dark Spring Green #10713C
Tints of Dark Spring Green #10713C
RGB
CMYK
RGB Variations
Color information
#10713C (or 0x10713C) is known color: Dark Spring Green. HEX triplet: 10, 71 and 3C. RGB value is (16,113,60). Sum of RGB (Red+Green+Blue) = 16+113+60=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 113 (44.53% from 255 or 59.79% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 113 - color contains mainly: green. Hex color #10713C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10713C is #EF8EC3. Grayscale: #4E4E4E. Windows color (decimal): -15699652 or 3961104. OLE color: 3961104.
HSL color Cylindrical-coordinate representation of color #10713C: hue angle of 147.22º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10713C is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 113 | 60 | - |
| CMYK | 0.86 | 0 | 0.47 | 0.56 |
| HSL | 147.22º | 0.75% | 0.25% | - |
| HSV(B) | 147.22º | 0.86% | 0.44% | - |
| XYZ | 6.93 | 12.25 | 6.27 | - |
| YUV | 77.96 | 117.86 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 113 | 60 | 0.86 | 0 | 0.47 | 0.56 | 147.22 | 0.75 | 0.25 |
| Hex | 10 | 71 | 3C | 56 | 0 | 2F | 38 | 93 | 4B | 19 |
| Octal | 20 | 161 | 74 | 126 | 0 | 57 | 70 | 223 | 113 | 31 |
| Binary | 10000 | 1110001 | 111100 | 1010110 | 0 | 101111 | 111000 | 10010011 | 1001011 | 11001 |
Color Harmonies of #10713C
Complementary color
Monochromatic Colors of #10713C
Black with #10713C
Text Example
Text Example
White with #10713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10713C; }
p { color: rgb(16,113,60); }
H1.HeaderClassName
{
color: #10713C;
}
.AnyTagClassName
{
color: #10713C;
}
</style>
background-color css
<style>
a { background-color: #10713C; }
a { background-color: rgb(16,113,60); }
div.DivClassName
{
background-color: #10713C;
}
.BgClassName
{
background-color: #10713C;
}
</style>
border-color css
<style>
span { border-color: #10713C; }
span { border-color: rgb(16,113,60); }
td.TdClassName
{
border-color: #10713C;
}
.TagClassName
{
border-color: #10713C;
}
</style>