Shades of Dark Spring Green #107441
Tints of Dark Spring Green #107441
RGB
CMYK
RGB Variations
Color information
#107441 (or 0x107441) is known color: Dark Spring Green. HEX triplet: 10, 74 and 41. RGB value is (16,116,65). Sum of RGB (Red+Green+Blue) = 16+116+65=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 116 (45.70% from 255 or 58.88% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 116 - color contains mainly: green. Hex color #107441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107441 is #EF8BBE. Grayscale: #505050. Windows color (decimal): -15698879 or 4289552. OLE color: 4289552.
HSL color Cylindrical-coordinate representation of color #107441: hue angle of 149.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107441 is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 116 | 65 | - |
| CMYK | 0.86 | 0 | 0.44 | 0.55 |
| HSL | 149.4º | 0.76% | 0.26% | - |
| HSV(B) | 149.4º | 0.86% | 0.45% | - |
| XYZ | 7.41 | 12.98 | 7.12 | - |
| YUV | 80.29 | 119.37 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 116 | 65 | 0.86 | 0 | 0.44 | 0.55 | 149.4 | 0.76 | 0.26 |
| Hex | 10 | 74 | 41 | 56 | 0 | 2C | 37 | 95 | 4C | 1A |
| Octal | 20 | 164 | 101 | 126 | 0 | 54 | 67 | 225 | 114 | 32 |
| Binary | 10000 | 1110100 | 1000001 | 1010110 | 0 | 101100 | 110111 | 10010101 | 1001100 | 11010 |
Color Harmonies of #107441
Complementary color
Monochromatic Colors of #107441
Black with #107441
Text Example
Text Example
White with #107441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107441; }
p { color: rgb(16,116,65); }
H1.HeaderClassName
{
color: #107441;
}
.AnyTagClassName
{
color: #107441;
}
</style>
background-color css
<style>
a { background-color: #107441; }
a { background-color: rgb(16,116,65); }
div.DivClassName
{
background-color: #107441;
}
.BgClassName
{
background-color: #107441;
}
</style>
border-color css
<style>
span { border-color: #107441; }
span { border-color: rgb(16,116,65); }
td.TdClassName
{
border-color: #107441;
}
.TagClassName
{
border-color: #107441;
}
</style>