Shades of County Green #144D36
Tints of County Green #144D36
RGB
CMYK
RGB Variations
Color information
#144D36 (or 0x144D36) is known color: County Green. HEX triplet: 14, 4D and 36. RGB value is (20,77,54). Sum of RGB (Red+Green+Blue) = 20+77+54=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 77 (30.47% from 255 or 50.99% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 77 - color contains mainly: green. Hex color #144D36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144D36 is #EBB2C9. Grayscale: #393939. Windows color (decimal): -15446730 or 3558676. OLE color: 3558676.
HSL color Cylindrical-coordinate representation of color #144D36: hue angle of 155.79º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144D36 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 77 | 54 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.70 |
| HSL | 155.79º | 0.59% | 0.19% | - |
| HSV(B) | 155.79º | 0.74% | 0.3% | - |
| XYZ | 3.61 | 5.72 | 4.4 | - |
| YUV | 57.34 | 126.12 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 54 | 0.74 | 0 | 0.30 | 0.70 | 155.79 | 0.59 | 0.19 |
| Hex | 14 | 4D | 36 | 4A | 0 | 1E | 46 | 9C | 3B | 13 |
| Octal | 24 | 115 | 66 | 112 | 0 | 36 | 106 | 234 | 73 | 23 |
| Binary | 10100 | 1001101 | 110110 | 1001010 | 0 | 11110 | 1000110 | 10011100 | 111011 | 10011 |
Color Harmonies of #144D36
Complementary color
Monochromatic Colors of #144D36
Black with #144D36
Text Example
Text Example
White with #144D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144D36; }
p { color: rgb(20,77,54); }
H1.HeaderClassName
{
color: #144D36;
}
.AnyTagClassName
{
color: #144D36;
}
</style>
background-color css
<style>
a { background-color: #144D36; }
a { background-color: rgb(20,77,54); }
div.DivClassName
{
background-color: #144D36;
}
.BgClassName
{
background-color: #144D36;
}
</style>
border-color css
<style>
span { border-color: #144D36; }
span { border-color: rgb(20,77,54); }
td.TdClassName
{
border-color: #144D36;
}
.TagClassName
{
border-color: #144D36;
}
</style>