Shades of Green #198504
Tints of Green #198504
RGB
CMYK
RGB Variations
Color information
#198504 (or 0x198504) is known color: Green. HEX triplet: 19, 85 and 04. RGB value is (25,133,4). Sum of RGB (Red+Green+Blue) = 25+133+4=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 133 (52.34% from 255 or 82.10% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 133 - color contains mainly: green. Hex color #198504 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198504 is #E67AFB. Grayscale: #565656. Windows color (decimal): -15104764 or 296217. OLE color: 296217.
HSL color Cylindrical-coordinate representation of color #198504: hue angle of 110.23º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #198504 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 133 | 4 | - |
| CMYK | 0.81 | 0 | 0.97 | 0.48 |
| HSL | 110.23º | 0.94% | 0.27% | - |
| HSV(B) | 110.23º | 0.97% | 0.52% | - |
| XYZ | 8.81 | 16.99 | 2.93 | - |
| YUV | 86 | 81.72 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 4 | 0.81 | 0 | 0.97 | 0.48 | 110.23 | 0.94 | 0.27 |
| Hex | 19 | 85 | 4 | 51 | 0 | 61 | 30 | 6E | 5E | 1B |
| Octal | 31 | 205 | 4 | 121 | 0 | 141 | 60 | 156 | 136 | 33 |
| Binary | 11001 | 10000101 | 100 | 1010001 | 0 | 1100001 | 110000 | 1101110 | 1011110 | 11011 |
Color Harmonies of #198504
Complementary color
Monochromatic Colors of #198504
Black with #198504
Text Example
Text Example
White with #198504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198504; }
p { color: rgb(25,133,4); }
H1.HeaderClassName
{
color: #198504;
}
.AnyTagClassName
{
color: #198504;
}
</style>
background-color css
<style>
a { background-color: #198504; }
a { background-color: rgb(25,133,4); }
div.DivClassName
{
background-color: #198504;
}
.BgClassName
{
background-color: #198504;
}
</style>
border-color css
<style>
span { border-color: #198504; }
span { border-color: rgb(25,133,4); }
td.TdClassName
{
border-color: #198504;
}
.TagClassName
{
border-color: #198504;
}
</style>