Shades of County Green #1A533C
Tints of County Green #1A533C
RGB
CMYK
RGB Variations
Color information
#1A533C (or 0x1A533C) is known color: County Green. HEX triplet: 1A, 53 and 3C. RGB value is (26,83,60). Sum of RGB (Red+Green+Blue) = 26+83+60=169 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.38% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #1A533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A533C is #E5ACC3. Grayscale: #3F3F3F. Windows color (decimal): -15051972 or 3953434. OLE color: 3953434.
HSL color Cylindrical-coordinate representation of color #1A533C: hue angle of 155.79º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A533C is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 83 | 60 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.67 |
| HSL | 155.79º | 0.52% | 0.21% | - |
| HSV(B) | 155.79º | 0.69% | 0.33% | - |
| XYZ | 4.33 | 6.73 | 5.35 | - |
| YUV | 63.34 | 126.12 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 83 | 60 | 0.69 | 0 | 0.28 | 0.67 | 155.79 | 0.52 | 0.21 |
| Hex | 1A | 53 | 3C | 45 | 0 | 1C | 43 | 9C | 34 | 15 |
| Octal | 32 | 123 | 74 | 105 | 0 | 34 | 103 | 234 | 64 | 25 |
| Binary | 11010 | 1010011 | 111100 | 1000101 | 0 | 11100 | 1000011 | 10011100 | 110100 | 10101 |
Color Harmonies of #1A533C
Complementary color
Monochromatic Colors of #1A533C
Black with #1A533C
Text Example
Text Example
White with #1A533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A533C; }
p { color: rgb(26,83,60); }
H1.HeaderClassName
{
color: #1A533C;
}
.AnyTagClassName
{
color: #1A533C;
}
</style>
background-color css
<style>
a { background-color: #1A533C; }
a { background-color: rgb(26,83,60); }
div.DivClassName
{
background-color: #1A533C;
}
.BgClassName
{
background-color: #1A533C;
}
</style>
border-color css
<style>
span { border-color: #1A533C; }
span { border-color: rgb(26,83,60); }
td.TdClassName
{
border-color: #1A533C;
}
.TagClassName
{
border-color: #1A533C;
}
</style>