Shades of County Green #19553C
Tints of County Green #19553C
RGB
CMYK
RGB Variations
Color information
#19553C (or 0x19553C) is known color: County Green. HEX triplet: 19, 55 and 3C. RGB value is (25,85,60). Sum of RGB (Red+Green+Blue) = 25+85+60=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #19553C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19553C is #E6AAC3. Grayscale: #404040. Windows color (decimal): -15116996 or 3953945. OLE color: 3953945.
HSL color Cylindrical-coordinate representation of color #19553C: hue angle of 155º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #19553C is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 85 | 60 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.67 |
| HSL | 155º | 0.55% | 0.22% | - |
| HSV(B) | 155º | 0.71% | 0.33% | - |
| XYZ | 4.47 | 7.03 | 5.4 | - |
| YUV | 64.21 | 125.62 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 85 | 60 | 0.71 | 0 | 0.29 | 0.67 | 155 | 0.55 | 0.22 |
| Hex | 19 | 55 | 3C | 47 | 0 | 1D | 43 | 9B | 37 | 16 |
| Octal | 31 | 125 | 74 | 107 | 0 | 35 | 103 | 233 | 67 | 26 |
| Binary | 11001 | 1010101 | 111100 | 1000111 | 0 | 11101 | 1000011 | 10011011 | 110111 | 10110 |
Color Harmonies of #19553C
Complementary color
Monochromatic Colors of #19553C
Black with #19553C
Text Example
Text Example
White with #19553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19553C; }
p { color: rgb(25,85,60); }
H1.HeaderClassName
{
color: #19553C;
}
.AnyTagClassName
{
color: #19553C;
}
</style>
background-color css
<style>
a { background-color: #19553C; }
a { background-color: rgb(25,85,60); }
div.DivClassName
{
background-color: #19553C;
}
.BgClassName
{
background-color: #19553C;
}
</style>
border-color css
<style>
span { border-color: #19553C; }
span { border-color: rgb(25,85,60); }
td.TdClassName
{
border-color: #19553C;
}
.TagClassName
{
border-color: #19553C;
}
</style>