Shades of County Green #1A533B
Tints of County Green #1A533B
RGB
CMYK
RGB Variations
Color information
#1A533B (or 0x1A533B) is known color: County Green. HEX triplet: 1A, 53 and 3B. RGB value is (26,83,59). Sum of RGB (Red+Green+Blue) = 26+83+59=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #1A533B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A533B is #E5ACC4. Grayscale: #3F3F3F. Windows color (decimal): -15051973 or 3887898. OLE color: 3887898.
HSL color Cylindrical-coordinate representation of color #1A533B: hue angle of 154.74º 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 #1A533B is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 83 | 59 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.67 |
| HSL | 154.74º | 0.52% | 0.21% | - |
| HSV(B) | 154.74º | 0.69% | 0.33% | - |
| XYZ | 4.31 | 6.72 | 5.21 | - |
| YUV | 63.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 83 | 59 | 0.69 | 0 | 0.29 | 0.67 | 154.74 | 0.52 | 0.21 |
| Hex | 1A | 53 | 3B | 45 | 0 | 1D | 43 | 9B | 34 | 15 |
| Octal | 32 | 123 | 73 | 105 | 0 | 35 | 103 | 233 | 64 | 25 |
| Binary | 11010 | 1010011 | 111011 | 1000101 | 0 | 11101 | 1000011 | 10011011 | 110100 | 10101 |
Color Harmonies of #1A533B
Complementary color
Monochromatic Colors of #1A533B
Black with #1A533B
Text Example
Text Example
White with #1A533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A533B; }
p { color: rgb(26,83,59); }
H1.HeaderClassName
{
color: #1A533B;
}
.AnyTagClassName
{
color: #1A533B;
}
</style>
background-color css
<style>
a { background-color: #1A533B; }
a { background-color: rgb(26,83,59); }
div.DivClassName
{
background-color: #1A533B;
}
.BgClassName
{
background-color: #1A533B;
}
</style>
border-color css
<style>
span { border-color: #1A533B; }
span { border-color: rgb(26,83,59); }
td.TdClassName
{
border-color: #1A533B;
}
.TagClassName
{
border-color: #1A533B;
}
</style>