Shades of County Green #13553A
Tints of County Green #13553A
RGB
CMYK
RGB Variations
Color information
#13553A (or 0x13553A) is known color: County Green. HEX triplet: 13, 55 and 3A. RGB value is (19,85,58). Sum of RGB (Red+Green+Blue) = 19+85+58=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #13553A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13553A is #ECAAC5. Grayscale: #3E3E3E. Windows color (decimal): -15510214 or 3822867. OLE color: 3822867.
HSL color Cylindrical-coordinate representation of color #13553A: hue angle of 155.45º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13553A is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 85 | 58 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.67 |
| HSL | 155.45º | 0.63% | 0.2% | - |
| HSV(B) | 155.45º | 0.78% | 0.33% | - |
| XYZ | 4.28 | 6.94 | 5.12 | - |
| YUV | 62.19 | 125.63 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 58 | 0.78 | 0 | 0.32 | 0.67 | 155.45 | 0.63 | 0.2 |
| Hex | 13 | 55 | 3A | 4E | 0 | 20 | 43 | 9B | 3F | 14 |
| Octal | 23 | 125 | 72 | 116 | 0 | 40 | 103 | 233 | 77 | 24 |
| Binary | 10011 | 1010101 | 111010 | 1001110 | 0 | 100000 | 1000011 | 10011011 | 111111 | 10100 |
Color Harmonies of #13553A
Complementary color
Monochromatic Colors of #13553A
Black with #13553A
Text Example
Text Example
White with #13553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13553A; }
p { color: rgb(19,85,58); }
H1.HeaderClassName
{
color: #13553A;
}
.AnyTagClassName
{
color: #13553A;
}
</style>
background-color css
<style>
a { background-color: #13553A; }
a { background-color: rgb(19,85,58); }
div.DivClassName
{
background-color: #13553A;
}
.BgClassName
{
background-color: #13553A;
}
</style>
border-color css
<style>
span { border-color: #13553A; }
span { border-color: rgb(19,85,58); }
td.TdClassName
{
border-color: #13553A;
}
.TagClassName
{
border-color: #13553A;
}
</style>