Shades of Dark Spring Green #11743D
Tints of Dark Spring Green #11743D
RGB
CMYK
RGB Variations
Color information
#11743D (or 0x11743D) is known color: Dark Spring Green. HEX triplet: 11, 74 and 3D. RGB value is (17,116,61). Sum of RGB (Red+Green+Blue) = 17+116+61=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 116 (45.70% from 255 or 59.79% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 116 - color contains mainly: green. Hex color #11743D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11743D is #EE8BC2. Grayscale: #505050. Windows color (decimal): -15633347 or 4027409. OLE color: 4027409.
HSL color Cylindrical-coordinate representation of color #11743D: hue angle of 146.67º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11743D is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 61 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.55 |
| HSL | 146.67º | 0.74% | 0.26% | - |
| HSV(B) | 146.67º | 0.85% | 0.45% | - |
| XYZ | 7.32 | 12.95 | 6.53 | - |
| YUV | 80.13 | 117.2 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 61 | 0.85 | 0 | 0.47 | 0.55 | 146.67 | 0.74 | 0.26 |
| Hex | 11 | 74 | 3D | 55 | 0 | 2F | 37 | 93 | 4A | 1A |
| Octal | 21 | 164 | 75 | 125 | 0 | 57 | 67 | 223 | 112 | 32 |
| Binary | 10001 | 1110100 | 111101 | 1010101 | 0 | 101111 | 110111 | 10010011 | 1001010 | 11010 |
Color Harmonies of #11743D
Complementary color
Monochromatic Colors of #11743D
Black with #11743D
Text Example
Text Example
White with #11743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11743D; }
p { color: rgb(17,116,61); }
H1.HeaderClassName
{
color: #11743D;
}
.AnyTagClassName
{
color: #11743D;
}
</style>
background-color css
<style>
a { background-color: #11743D; }
a { background-color: rgb(17,116,61); }
div.DivClassName
{
background-color: #11743D;
}
.BgClassName
{
background-color: #11743D;
}
</style>
border-color css
<style>
span { border-color: #11743D; }
span { border-color: rgb(17,116,61); }
td.TdClassName
{
border-color: #11743D;
}
.TagClassName
{
border-color: #11743D;
}
</style>