Shades of County Green #1A5336
Tints of County Green #1A5336
RGB
CMYK
RGB Variations
Color information
#1A5336 (or 0x1A5336) is known color: County Green. HEX triplet: 1A, 53 and 36. RGB value is (26,83,54). Sum of RGB (Red+Green+Blue) = 26+83+54=163 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.95% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #1A5336 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5336 is #E5ACC9. Grayscale: #3E3E3E. Windows color (decimal): -15051978 or 3560218. OLE color: 3560218.
HSL color Cylindrical-coordinate representation of color #1A5336: hue angle of 149.47º 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 #1A5336 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 83 | 54 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.67 |
| HSL | 149.47º | 0.52% | 0.21% | - |
| HSV(B) | 149.47º | 0.69% | 0.33% | - |
| XYZ | 4.19 | 6.67 | 4.56 | - |
| YUV | 62.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 83 | 54 | 0.69 | 0 | 0.35 | 0.67 | 149.47 | 0.52 | 0.21 |
| Hex | 1A | 53 | 36 | 45 | 0 | 23 | 43 | 95 | 34 | 15 |
| Octal | 32 | 123 | 66 | 105 | 0 | 43 | 103 | 225 | 64 | 25 |
| Binary | 11010 | 1010011 | 110110 | 1000101 | 0 | 100011 | 1000011 | 10010101 | 110100 | 10101 |
Color Harmonies of #1A5336
Complementary color
Monochromatic Colors of #1A5336
Black with #1A5336
Text Example
Text Example
White with #1A5336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5336; }
p { color: rgb(26,83,54); }
H1.HeaderClassName
{
color: #1A5336;
}
.AnyTagClassName
{
color: #1A5336;
}
</style>
background-color css
<style>
a { background-color: #1A5336; }
a { background-color: rgb(26,83,54); }
div.DivClassName
{
background-color: #1A5336;
}
.BgClassName
{
background-color: #1A5336;
}
</style>
border-color css
<style>
span { border-color: #1A5336; }
span { border-color: rgb(26,83,54); }
td.TdClassName
{
border-color: #1A5336;
}
.TagClassName
{
border-color: #1A5336;
}
</style>