Shades of Dark Spring Green #14713D
Tints of Dark Spring Green #14713D
RGB
CMYK
RGB Variations
Color information
#14713D (or 0x14713D) is known color: Dark Spring Green. HEX triplet: 14, 71 and 3D. RGB value is (20,113,61). Sum of RGB (Red+Green+Blue) = 20+113+61=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 113 (44.53% from 255 or 58.25% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 113 - color contains mainly: green. Hex color #14713D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14713D is #EB8EC2. Grayscale: #4F4F4F. Windows color (decimal): -15437507 or 4026644. OLE color: 4026644.
HSL color Cylindrical-coordinate representation of color #14713D: hue angle of 146.45º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14713D is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 113 | 61 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.56 |
| HSL | 146.45º | 0.7% | 0.26% | - |
| HSV(B) | 146.45º | 0.82% | 0.44% | - |
| XYZ | 7.04 | 12.3 | 6.42 | - |
| YUV | 79.27 | 117.69 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 61 | 0.82 | 0 | 0.46 | 0.56 | 146.45 | 0.7 | 0.26 |
| Hex | 14 | 71 | 3D | 52 | 0 | 2E | 38 | 92 | 46 | 1A |
| Octal | 24 | 161 | 75 | 122 | 0 | 56 | 70 | 222 | 106 | 32 |
| Binary | 10100 | 1110001 | 111101 | 1010010 | 0 | 101110 | 111000 | 10010010 | 1000110 | 11010 |
Color Harmonies of #14713D
Complementary color
Monochromatic Colors of #14713D
Black with #14713D
Text Example
Text Example
White with #14713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14713D; }
p { color: rgb(20,113,61); }
H1.HeaderClassName
{
color: #14713D;
}
.AnyTagClassName
{
color: #14713D;
}
</style>
background-color css
<style>
a { background-color: #14713D; }
a { background-color: rgb(20,113,61); }
div.DivClassName
{
background-color: #14713D;
}
.BgClassName
{
background-color: #14713D;
}
</style>
border-color css
<style>
span { border-color: #14713D; }
span { border-color: rgb(20,113,61); }
td.TdClassName
{
border-color: #14713D;
}
.TagClassName
{
border-color: #14713D;
}
</style>