Shades of Dark Spring Green #147644
Tints of Dark Spring Green #147644
RGB
CMYK
RGB Variations
Color information
#147644 (or 0x147644) is known color: Dark Spring Green. HEX triplet: 14, 76 and 44. RGB value is (20,118,68). Sum of RGB (Red+Green+Blue) = 20+118+68=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 118 (46.48% from 255 or 57.28% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 118 - color contains mainly: green. Hex color #147644 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147644 is #EB89BB. Grayscale: #535353. Windows color (decimal): -15436220 or 4486676. OLE color: 4486676.
HSL color Cylindrical-coordinate representation of color #147644: hue angle of 149.39º 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 #147644 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 118 | 68 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.54 |
| HSL | 149.39º | 0.71% | 0.27% | - |
| HSV(B) | 149.39º | 0.83% | 0.46% | - |
| XYZ | 7.81 | 13.52 | 7.67 | - |
| YUV | 83 | 119.53 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 118 | 68 | 0.83 | 0 | 0.42 | 0.54 | 149.39 | 0.71 | 0.27 |
| Hex | 14 | 76 | 44 | 53 | 0 | 2A | 36 | 95 | 47 | 1B |
| Octal | 24 | 166 | 104 | 123 | 0 | 52 | 66 | 225 | 107 | 33 |
| Binary | 10100 | 1110110 | 1000100 | 1010011 | 0 | 101010 | 110110 | 10010101 | 1000111 | 11011 |
Color Harmonies of #147644
Complementary color
Monochromatic Colors of #147644
Black with #147644
Text Example
Text Example
White with #147644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147644; }
p { color: rgb(20,118,68); }
H1.HeaderClassName
{
color: #147644;
}
.AnyTagClassName
{
color: #147644;
}
</style>
background-color css
<style>
a { background-color: #147644; }
a { background-color: rgb(20,118,68); }
div.DivClassName
{
background-color: #147644;
}
.BgClassName
{
background-color: #147644;
}
</style>
border-color css
<style>
span { border-color: #147644; }
span { border-color: rgb(20,118,68); }
td.TdClassName
{
border-color: #147644;
}
.TagClassName
{
border-color: #147644;
}
</style>