Shades of County Green #1A543C
Tints of County Green #1A543C
RGB
CMYK
RGB Variations
Color information
#1A543C (or 0x1A543C) is known color: County Green. HEX triplet: 1A, 54 and 3C. RGB value is (26,84,60). Sum of RGB (Red+Green+Blue) = 26+84+60=170 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.29% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #1A543C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A543C is #E5ABC3. Grayscale: #3F3F3F. Windows color (decimal): -15051716 or 3953690. OLE color: 3953690.
HSL color Cylindrical-coordinate representation of color #1A543C: hue angle of 155.17º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A543C is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 84 | 60 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.67 |
| HSL | 155.17º | 0.53% | 0.22% | - |
| HSV(B) | 155.17º | 0.69% | 0.33% | - |
| XYZ | 4.41 | 6.89 | 5.37 | - |
| YUV | 63.92 | 125.78 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 60 | 0.69 | 0 | 0.29 | 0.67 | 155.17 | 0.53 | 0.22 |
| Hex | 1A | 54 | 3C | 45 | 0 | 1D | 43 | 9B | 35 | 16 |
| Octal | 32 | 124 | 74 | 105 | 0 | 35 | 103 | 233 | 65 | 26 |
| Binary | 11010 | 1010100 | 111100 | 1000101 | 0 | 11101 | 1000011 | 10011011 | 110101 | 10110 |
Color Harmonies of #1A543C
Complementary color
Monochromatic Colors of #1A543C
Black with #1A543C
Text Example
Text Example
White with #1A543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A543C; }
p { color: rgb(26,84,60); }
H1.HeaderClassName
{
color: #1A543C;
}
.AnyTagClassName
{
color: #1A543C;
}
</style>
background-color css
<style>
a { background-color: #1A543C; }
a { background-color: rgb(26,84,60); }
div.DivClassName
{
background-color: #1A543C;
}
.BgClassName
{
background-color: #1A543C;
}
</style>
border-color css
<style>
span { border-color: #1A543C; }
span { border-color: rgb(26,84,60); }
td.TdClassName
{
border-color: #1A543C;
}
.TagClassName
{
border-color: #1A543C;
}
</style>