Shades of County Green #1A533D
Tints of County Green #1A533D
RGB
CMYK
RGB Variations
Color information
#1A533D (or 0x1A533D) is known color: County Green. HEX triplet: 1A, 53 and 3D. RGB value is (26,83,61). Sum of RGB (Red+Green+Blue) = 26+83+61=170 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.29% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #1A533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A533D is #E5ACC2. Grayscale: #3F3F3F. Windows color (decimal): -15051971 or 4018970. OLE color: 4018970.
HSL color Cylindrical-coordinate representation of color #1A533D: hue angle of 156.84º 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 #1A533D is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 83 | 61 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.67 |
| HSL | 156.84º | 0.52% | 0.21% | - |
| HSV(B) | 156.84º | 0.69% | 0.33% | - |
| XYZ | 4.36 | 6.74 | 5.49 | - |
| YUV | 63.45 | 126.62 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 83 | 61 | 0.69 | 0 | 0.27 | 0.67 | 156.84 | 0.52 | 0.21 |
| Hex | 1A | 53 | 3D | 45 | 0 | 1B | 43 | 9D | 34 | 15 |
| Octal | 32 | 123 | 75 | 105 | 0 | 33 | 103 | 235 | 64 | 25 |
| Binary | 11010 | 1010011 | 111101 | 1000101 | 0 | 11011 | 1000011 | 10011101 | 110100 | 10101 |
Color Harmonies of #1A533D
Complementary color
Monochromatic Colors of #1A533D
Black with #1A533D
Text Example
Text Example
White with #1A533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A533D; }
p { color: rgb(26,83,61); }
H1.HeaderClassName
{
color: #1A533D;
}
.AnyTagClassName
{
color: #1A533D;
}
</style>
background-color css
<style>
a { background-color: #1A533D; }
a { background-color: rgb(26,83,61); }
div.DivClassName
{
background-color: #1A533D;
}
.BgClassName
{
background-color: #1A533D;
}
</style>
border-color css
<style>
span { border-color: #1A533D; }
span { border-color: rgb(26,83,61); }
td.TdClassName
{
border-color: #1A533D;
}
.TagClassName
{
border-color: #1A533D;
}
</style>