Shades of County Green #1A4D39
Tints of County Green #1A4D39
RGB
CMYK
RGB Variations
Color information
#1A4D39 (or 0x1A4D39) is known color: County Green. HEX triplet: 1A, 4D and 39. RGB value is (26,77,57). Sum of RGB (Red+Green+Blue) = 26+77+57=160 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.25% from 160); Green value is 77 (30.47% from 255 or 48.12% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 77 - color contains mainly: green. Hex color #1A4D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4D39 is #E5B2C6. Grayscale: #3B3B3B. Windows color (decimal): -15053511 or 3755290. OLE color: 3755290.
HSL color Cylindrical-coordinate representation of color #1A4D39: hue angle of 156.47º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A4D39 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 77 | 57 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.70 |
| HSL | 156.47º | 0.5% | 0.2% | - |
| HSV(B) | 156.47º | 0.66% | 0.3% | - |
| XYZ | 3.82 | 5.82 | 4.79 | - |
| YUV | 59.47 | 126.6 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 77 | 57 | 0.66 | 0 | 0.26 | 0.70 | 156.47 | 0.5 | 0.2 |
| Hex | 1A | 4D | 39 | 42 | 0 | 1A | 46 | 9C | 32 | 14 |
| Octal | 32 | 115 | 71 | 102 | 0 | 32 | 106 | 234 | 62 | 24 |
| Binary | 11010 | 1001101 | 111001 | 1000010 | 0 | 11010 | 1000110 | 10011100 | 110010 | 10100 |
Color Harmonies of #1A4D39
Complementary color
Monochromatic Colors of #1A4D39
Black with #1A4D39
Text Example
Text Example
White with #1A4D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4D39; }
p { color: rgb(26,77,57); }
H1.HeaderClassName
{
color: #1A4D39;
}
.AnyTagClassName
{
color: #1A4D39;
}
</style>
background-color css
<style>
a { background-color: #1A4D39; }
a { background-color: rgb(26,77,57); }
div.DivClassName
{
background-color: #1A4D39;
}
.BgClassName
{
background-color: #1A4D39;
}
</style>
border-color css
<style>
span { border-color: #1A4D39; }
span { border-color: rgb(26,77,57); }
td.TdClassName
{
border-color: #1A4D39;
}
.TagClassName
{
border-color: #1A4D39;
}
</style>