Shades of County Green #1A563F
Tints of County Green #1A563F
RGB
CMYK
RGB Variations
Color information
#1A563F (or 0x1A563F) is known color: County Green. HEX triplet: 1A, 56 and 3F. RGB value is (26,86,63). Sum of RGB (Red+Green+Blue) = 26+86+63=175 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.86% from 175); Green value is 86 (33.98% from 255 or 49.14% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 86 - color contains mainly: green. Hex color #1A563F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A563F is #E5A9C0. Grayscale: #414141. Windows color (decimal): -15051201 or 4150810. OLE color: 4150810.
HSL color Cylindrical-coordinate representation of color #1A563F: hue angle of 157º 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 #1A563F is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 86 | 63 | - |
| CMYK | 0.70 | 0 | 0.27 | 0.66 |
| HSL | 157º | 0.54% | 0.22% | - |
| HSV(B) | 157º | 0.7% | 0.34% | - |
| XYZ | 4.65 | 7.23 | 5.85 | - |
| YUV | 65.44 | 126.62 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 86 | 63 | 0.70 | 0 | 0.27 | 0.66 | 157 | 0.54 | 0.22 |
| Hex | 1A | 56 | 3F | 46 | 0 | 1B | 42 | 9D | 36 | 16 |
| Octal | 32 | 126 | 77 | 106 | 0 | 33 | 102 | 235 | 66 | 26 |
| Binary | 11010 | 1010110 | 111111 | 1000110 | 0 | 11011 | 1000010 | 10011101 | 110110 | 10110 |
Color Harmonies of #1A563F
Complementary color
Monochromatic Colors of #1A563F
Black with #1A563F
Text Example
Text Example
White with #1A563F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A563F; }
p { color: rgb(26,86,63); }
H1.HeaderClassName
{
color: #1A563F;
}
.AnyTagClassName
{
color: #1A563F;
}
</style>
background-color css
<style>
a { background-color: #1A563F; }
a { background-color: rgb(26,86,63); }
div.DivClassName
{
background-color: #1A563F;
}
.BgClassName
{
background-color: #1A563F;
}
</style>
border-color css
<style>
span { border-color: #1A563F; }
span { border-color: rgb(26,86,63); }
td.TdClassName
{
border-color: #1A563F;
}
.TagClassName
{
border-color: #1A563F;
}
</style>