Shades of Dark Spring Green #14713C
Tints of Dark Spring Green #14713C
RGB
CMYK
RGB Variations
Color information
#14713C (or 0x14713C) is known color: Dark Spring Green. HEX triplet: 14, 71 and 3C. RGB value is (20,113,60). Sum of RGB (Red+Green+Blue) = 20+113+60=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 113 (44.53% from 255 or 58.55% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 113 - color contains mainly: green. Hex color #14713C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14713C is #EB8EC3. Grayscale: #4F4F4F. Windows color (decimal): -15437508 or 3961108. OLE color: 3961108.
HSL color Cylindrical-coordinate representation of color #14713C: hue angle of 145.81º 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 #14713C is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 113 | 60 | - |
| CMYK | 0.82 | 0 | 0.47 | 0.56 |
| HSL | 145.81º | 0.7% | 0.26% | - |
| HSV(B) | 145.81º | 0.82% | 0.44% | - |
| XYZ | 7.01 | 12.29 | 6.28 | - |
| YUV | 79.15 | 117.19 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 60 | 0.82 | 0 | 0.47 | 0.56 | 145.81 | 0.7 | 0.26 |
| Hex | 14 | 71 | 3C | 52 | 0 | 2F | 38 | 92 | 46 | 1A |
| Octal | 24 | 161 | 74 | 122 | 0 | 57 | 70 | 222 | 106 | 32 |
| Binary | 10100 | 1110001 | 111100 | 1010010 | 0 | 101111 | 111000 | 10010010 | 1000110 | 11010 |
Color Harmonies of #14713C
Complementary color
Monochromatic Colors of #14713C
Black with #14713C
Text Example
Text Example
White with #14713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14713C; }
p { color: rgb(20,113,60); }
H1.HeaderClassName
{
color: #14713C;
}
.AnyTagClassName
{
color: #14713C;
}
</style>
background-color css
<style>
a { background-color: #14713C; }
a { background-color: rgb(20,113,60); }
div.DivClassName
{
background-color: #14713C;
}
.BgClassName
{
background-color: #14713C;
}
</style>
border-color css
<style>
span { border-color: #14713C; }
span { border-color: rgb(20,113,60); }
td.TdClassName
{
border-color: #14713C;
}
.TagClassName
{
border-color: #14713C;
}
</style>