Shades of Dark Spring Green #14753C
Tints of Dark Spring Green #14753C
RGB
CMYK
RGB Variations
Color information
#14753C (or 0x14753C) is known color: Dark Spring Green. HEX triplet: 14, 75 and 3C. RGB value is (20,117,60). Sum of RGB (Red+Green+Blue) = 20+117+60=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 117 (46.09% from 255 or 59.39% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 117 - color contains mainly: green. Hex color #14753C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14753C is #EB8AC3. Grayscale: #515151. Windows color (decimal): -15436484 or 3962132. OLE color: 3962132.
HSL color Cylindrical-coordinate representation of color #14753C: hue angle of 144.74º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14753C is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 117 | 60 | - |
| CMYK | 0.83 | 0 | 0.49 | 0.54 |
| HSL | 144.74º | 0.71% | 0.27% | - |
| HSV(B) | 144.74º | 0.83% | 0.46% | - |
| XYZ | 7.47 | 13.2 | 6.43 | - |
| YUV | 81.5 | 115.86 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 117 | 60 | 0.83 | 0 | 0.49 | 0.54 | 144.74 | 0.71 | 0.27 |
| Hex | 14 | 75 | 3C | 53 | 0 | 31 | 36 | 91 | 47 | 1B |
| Octal | 24 | 165 | 74 | 123 | 0 | 61 | 66 | 221 | 107 | 33 |
| Binary | 10100 | 1110101 | 111100 | 1010011 | 0 | 110001 | 110110 | 10010001 | 1000111 | 11011 |
Color Harmonies of #14753C
Complementary color
Monochromatic Colors of #14753C
Black with #14753C
Text Example
Text Example
White with #14753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14753C; }
p { color: rgb(20,117,60); }
H1.HeaderClassName
{
color: #14753C;
}
.AnyTagClassName
{
color: #14753C;
}
</style>
background-color css
<style>
a { background-color: #14753C; }
a { background-color: rgb(20,117,60); }
div.DivClassName
{
background-color: #14753C;
}
.BgClassName
{
background-color: #14753C;
}
</style>
border-color css
<style>
span { border-color: #14753C; }
span { border-color: rgb(20,117,60); }
td.TdClassName
{
border-color: #14753C;
}
.TagClassName
{
border-color: #14753C;
}
</style>