Shades of County Green #1A553C
Tints of County Green #1A553C
RGB
CMYK
RGB Variations
Color information
#1A553C (or 0x1A553C) is known color: County Green. HEX triplet: 1A, 55 and 3C. RGB value is (26,85,60). Sum of RGB (Red+Green+Blue) = 26+85+60=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #1A553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A553C is #E5AAC3. Grayscale: #404040. Windows color (decimal): -15051460 or 3953946. OLE color: 3953946.
HSL color Cylindrical-coordinate representation of color #1A553C: hue angle of 154.58º 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 #1A553C is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 85 | 60 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.67 |
| HSL | 154.58º | 0.53% | 0.22% | - |
| HSV(B) | 154.58º | 0.69% | 0.33% | - |
| XYZ | 4.49 | 7.04 | 5.4 | - |
| YUV | 64.51 | 125.45 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 60 | 0.69 | 0 | 0.29 | 0.67 | 154.58 | 0.53 | 0.22 |
| Hex | 1A | 55 | 3C | 45 | 0 | 1D | 43 | 9B | 35 | 16 |
| Octal | 32 | 125 | 74 | 105 | 0 | 35 | 103 | 233 | 65 | 26 |
| Binary | 11010 | 1010101 | 111100 | 1000101 | 0 | 11101 | 1000011 | 10011011 | 110101 | 10110 |
Color Harmonies of #1A553C
Complementary color
Monochromatic Colors of #1A553C
Black with #1A553C
Text Example
Text Example
White with #1A553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A553C; }
p { color: rgb(26,85,60); }
H1.HeaderClassName
{
color: #1A553C;
}
.AnyTagClassName
{
color: #1A553C;
}
</style>
background-color css
<style>
a { background-color: #1A553C; }
a { background-color: rgb(26,85,60); }
div.DivClassName
{
background-color: #1A553C;
}
.BgClassName
{
background-color: #1A553C;
}
</style>
border-color css
<style>
span { border-color: #1A553C; }
span { border-color: rgb(26,85,60); }
td.TdClassName
{
border-color: #1A553C;
}
.TagClassName
{
border-color: #1A553C;
}
</style>