Shades of County Green #1A4E36
Tints of County Green #1A4E36
RGB
CMYK
RGB Variations
Color information
#1A4E36 (or 0x1A4E36) is known color: County Green. HEX triplet: 1A, 4E and 36. RGB value is (26,78,54). Sum of RGB (Red+Green+Blue) = 26+78+54=158 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.46% from 158); Green value is 78 (30.86% from 255 or 49.37% from 158); Blue value is 54 (21.48% from 255 or 34.18% from 158); Max value from RGB is 78 - color contains mainly: green. Hex color #1A4E36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4E36 is #E5B1C9. Grayscale: #3B3B3B. Windows color (decimal): -15053258 or 3558938. OLE color: 3558938.
HSL color Cylindrical-coordinate representation of color #1A4E36: hue angle of 152.31º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A4E36 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 78 | 54 | - |
| CMYK | 0.67 | 0 | 0.31 | 0.69 |
| HSL | 152.31º | 0.5% | 0.2% | - |
| HSV(B) | 152.31º | 0.67% | 0.31% | - |
| XYZ | 3.82 | 5.93 | 4.43 | - |
| YUV | 59.72 | 124.77 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 78 | 54 | 0.67 | 0 | 0.31 | 0.69 | 152.31 | 0.5 | 0.2 |
| Hex | 1A | 4E | 36 | 43 | 0 | 1F | 45 | 98 | 32 | 14 |
| Octal | 32 | 116 | 66 | 103 | 0 | 37 | 105 | 230 | 62 | 24 |
| Binary | 11010 | 1001110 | 110110 | 1000011 | 0 | 11111 | 1000101 | 10011000 | 110010 | 10100 |
Color Harmonies of #1A4E36
Complementary color
Monochromatic Colors of #1A4E36
Black with #1A4E36
Text Example
Text Example
White with #1A4E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4E36; }
p { color: rgb(26,78,54); }
H1.HeaderClassName
{
color: #1A4E36;
}
.AnyTagClassName
{
color: #1A4E36;
}
</style>
background-color css
<style>
a { background-color: #1A4E36; }
a { background-color: rgb(26,78,54); }
div.DivClassName
{
background-color: #1A4E36;
}
.BgClassName
{
background-color: #1A4E36;
}
</style>
border-color css
<style>
span { border-color: #1A4E36; }
span { border-color: rgb(26,78,54); }
td.TdClassName
{
border-color: #1A4E36;
}
.TagClassName
{
border-color: #1A4E36;
}
</style>