Shades of County Green #145037
Tints of County Green #145037
RGB
CMYK
RGB Variations
Color information
#145037 (or 0x145037) is known color: County Green. HEX triplet: 14, 50 and 37. RGB value is (20,80,55). Sum of RGB (Red+Green+Blue) = 20+80+55=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #145037 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145037 is #EBAFC8. Grayscale: #3B3B3B. Windows color (decimal): -15445961 or 3624980. OLE color: 3624980.
HSL color Cylindrical-coordinate representation of color #145037: hue angle of 155º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #145037 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 80 | 55 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.69 |
| HSL | 155º | 0.6% | 0.2% | - |
| HSV(B) | 155º | 0.75% | 0.31% | - |
| XYZ | 3.85 | 6.16 | 4.6 | - |
| YUV | 59.21 | 125.62 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 55 | 0.75 | 0 | 0.31 | 0.69 | 155 | 0.6 | 0.2 |
| Hex | 14 | 50 | 37 | 4B | 0 | 1F | 45 | 9B | 3C | 14 |
| Octal | 24 | 120 | 67 | 113 | 0 | 37 | 105 | 233 | 74 | 24 |
| Binary | 10100 | 1010000 | 110111 | 1001011 | 0 | 11111 | 1000101 | 10011011 | 111100 | 10100 |
Color Harmonies of #145037
Complementary color
Monochromatic Colors of #145037
Black with #145037
Text Example
Text Example
White with #145037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145037; }
p { color: rgb(20,80,55); }
H1.HeaderClassName
{
color: #145037;
}
.AnyTagClassName
{
color: #145037;
}
</style>
background-color css
<style>
a { background-color: #145037; }
a { background-color: rgb(20,80,55); }
div.DivClassName
{
background-color: #145037;
}
.BgClassName
{
background-color: #145037;
}
</style>
border-color css
<style>
span { border-color: #145037; }
span { border-color: rgb(20,80,55); }
td.TdClassName
{
border-color: #145037;
}
.TagClassName
{
border-color: #145037;
}
</style>