Shades of County Green #1A4C37
Tints of County Green #1A4C37
RGB
CMYK
RGB Variations
Color information
#1A4C37 (or 0x1A4C37) is known color: County Green. HEX triplet: 1A, 4C and 37. RGB value is (26,76,55). Sum of RGB (Red+Green+Blue) = 26+76+55=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 76 - color contains mainly: green. Hex color #1A4C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4C37 is #E5B3C8. Grayscale: #3A3A3A. Windows color (decimal): -15053769 or 3623962. OLE color: 3623962.
HSL color Cylindrical-coordinate representation of color #1A4C37: hue angle of 154.8º degrees, saturation: 0.49, 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 #1A4C37 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 76 | 55 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.70 |
| HSL | 154.8º | 0.49% | 0.2% | - |
| HSV(B) | 154.8º | 0.66% | 0.3% | - |
| XYZ | 3.7 | 5.66 | 4.51 | - |
| YUV | 58.66 | 125.94 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 76 | 55 | 0.66 | 0 | 0.28 | 0.70 | 154.8 | 0.49 | 0.2 |
| Hex | 1A | 4C | 37 | 42 | 0 | 1C | 46 | 9B | 31 | 14 |
| Octal | 32 | 114 | 67 | 102 | 0 | 34 | 106 | 233 | 61 | 24 |
| Binary | 11010 | 1001100 | 110111 | 1000010 | 0 | 11100 | 1000110 | 10011011 | 110001 | 10100 |
Color Harmonies of #1A4C37
Complementary color
Monochromatic Colors of #1A4C37
Black with #1A4C37
Text Example
Text Example
White with #1A4C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4C37; }
p { color: rgb(26,76,55); }
H1.HeaderClassName
{
color: #1A4C37;
}
.AnyTagClassName
{
color: #1A4C37;
}
</style>
background-color css
<style>
a { background-color: #1A4C37; }
a { background-color: rgb(26,76,55); }
div.DivClassName
{
background-color: #1A4C37;
}
.BgClassName
{
background-color: #1A4C37;
}
</style>
border-color css
<style>
span { border-color: #1A4C37; }
span { border-color: rgb(26,76,55); }
td.TdClassName
{
border-color: #1A4C37;
}
.TagClassName
{
border-color: #1A4C37;
}
</style>