Shades of Dark Spring Green #147640
Tints of Dark Spring Green #147640
RGB
CMYK
RGB Variations
Color information
#147640 (or 0x147640) is known color: Dark Spring Green. HEX triplet: 14, 76 and 40. RGB value is (20,118,64). Sum of RGB (Red+Green+Blue) = 20+118+64=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 118 (46.48% from 255 or 58.42% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 118 - color contains mainly: green. Hex color #147640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147640 is #EB89BF. Grayscale: #525252. Windows color (decimal): -15436224 or 4224532. OLE color: 4224532.
HSL color Cylindrical-coordinate representation of color #147640: hue angle of 146.94º 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 #147640 is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 118 | 64 | - |
| CMYK | 0.83 | 0 | 0.46 | 0.54 |
| HSL | 146.94º | 0.71% | 0.27% | - |
| HSV(B) | 146.94º | 0.83% | 0.46% | - |
| XYZ | 7.69 | 13.48 | 7.05 | - |
| YUV | 82.54 | 117.53 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 118 | 64 | 0.83 | 0 | 0.46 | 0.54 | 146.94 | 0.71 | 0.27 |
| Hex | 14 | 76 | 40 | 53 | 0 | 2E | 36 | 93 | 47 | 1B |
| Octal | 24 | 166 | 100 | 123 | 0 | 56 | 66 | 223 | 107 | 33 |
| Binary | 10100 | 1110110 | 1000000 | 1010011 | 0 | 101110 | 110110 | 10010011 | 1000111 | 11011 |
Color Harmonies of #147640
Complementary color
Monochromatic Colors of #147640
Black with #147640
Text Example
Text Example
White with #147640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147640; }
p { color: rgb(20,118,64); }
H1.HeaderClassName
{
color: #147640;
}
.AnyTagClassName
{
color: #147640;
}
</style>
background-color css
<style>
a { background-color: #147640; }
a { background-color: rgb(20,118,64); }
div.DivClassName
{
background-color: #147640;
}
.BgClassName
{
background-color: #147640;
}
</style>
border-color css
<style>
span { border-color: #147640; }
span { border-color: rgb(20,118,64); }
td.TdClassName
{
border-color: #147640;
}
.TagClassName
{
border-color: #147640;
}
</style>