Shades of County Green #1A523B
Tints of County Green #1A523B
RGB
CMYK
RGB Variations
Color information
#1A523B (or 0x1A523B) is known color: County Green. HEX triplet: 1A, 52 and 3B. RGB value is (26,82,59). Sum of RGB (Red+Green+Blue) = 26+82+59=167 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.57% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #1A523B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A523B is #E5ADC4. Grayscale: #3E3E3E. Windows color (decimal): -15052229 or 3887642. OLE color: 3887642.
HSL color Cylindrical-coordinate representation of color #1A523B: hue angle of 155.36º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A523B is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 82 | 59 | - |
| CMYK | 0.68 | 0 | 0.28 | 0.68 |
| HSL | 155.36º | 0.52% | 0.21% | - |
| HSV(B) | 155.36º | 0.68% | 0.32% | - |
| XYZ | 4.23 | 6.57 | 5.18 | - |
| YUV | 62.63 | 125.95 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 82 | 59 | 0.68 | 0 | 0.28 | 0.68 | 155.36 | 0.52 | 0.21 |
| Hex | 1A | 52 | 3B | 44 | 0 | 1C | 44 | 9B | 34 | 15 |
| Octal | 32 | 122 | 73 | 104 | 0 | 34 | 104 | 233 | 64 | 25 |
| Binary | 11010 | 1010010 | 111011 | 1000100 | 0 | 11100 | 1000100 | 10011011 | 110100 | 10101 |
Color Harmonies of #1A523B
Complementary color
Monochromatic Colors of #1A523B
Black with #1A523B
Text Example
Text Example
White with #1A523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A523B; }
p { color: rgb(26,82,59); }
H1.HeaderClassName
{
color: #1A523B;
}
.AnyTagClassName
{
color: #1A523B;
}
</style>
background-color css
<style>
a { background-color: #1A523B; }
a { background-color: rgb(26,82,59); }
div.DivClassName
{
background-color: #1A523B;
}
.BgClassName
{
background-color: #1A523B;
}
</style>
border-color css
<style>
span { border-color: #1A523B; }
span { border-color: rgb(26,82,59); }
td.TdClassName
{
border-color: #1A523B;
}
.TagClassName
{
border-color: #1A523B;
}
</style>