Shades of County Green #1A5739
Tints of County Green #1A5739
RGB
CMYK
RGB Variations
Color information
#1A5739 (or 0x1A5739) is known color: County Green. HEX triplet: 1A, 57 and 39. RGB value is (26,87,57). Sum of RGB (Red+Green+Blue) = 26+87+57=170 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.29% from 170); Green value is 87 (34.38% from 255 or 51.18% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 87 - color contains mainly: green. Hex color #1A5739 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5739 is #E5A8C6. Grayscale: #414141. Windows color (decimal): -15050951 or 3757850. OLE color: 3757850.
HSL color Cylindrical-coordinate representation of color #1A5739: hue angle of 150.49º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A5739 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 87 | 57 | - |
| CMYK | 0.70 | 0 | 0.34 | 0.66 |
| HSL | 150.49º | 0.54% | 0.22% | - |
| HSV(B) | 150.49º | 0.7% | 0.34% | - |
| XYZ | 4.57 | 7.33 | 5.04 | - |
| YUV | 65.34 | 123.29 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 87 | 57 | 0.70 | 0 | 0.34 | 0.66 | 150.49 | 0.54 | 0.22 |
| Hex | 1A | 57 | 39 | 46 | 0 | 22 | 42 | 96 | 36 | 16 |
| Octal | 32 | 127 | 71 | 106 | 0 | 42 | 102 | 226 | 66 | 26 |
| Binary | 11010 | 1010111 | 111001 | 1000110 | 0 | 100010 | 1000010 | 10010110 | 110110 | 10110 |
Color Harmonies of #1A5739
Complementary color
Monochromatic Colors of #1A5739
Black with #1A5739
Text Example
Text Example
White with #1A5739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5739; }
p { color: rgb(26,87,57); }
H1.HeaderClassName
{
color: #1A5739;
}
.AnyTagClassName
{
color: #1A5739;
}
</style>
background-color css
<style>
a { background-color: #1A5739; }
a { background-color: rgb(26,87,57); }
div.DivClassName
{
background-color: #1A5739;
}
.BgClassName
{
background-color: #1A5739;
}
</style>
border-color css
<style>
span { border-color: #1A5739; }
span { border-color: rgb(26,87,57); }
td.TdClassName
{
border-color: #1A5739;
}
.TagClassName
{
border-color: #1A5739;
}
</style>