Shades of Green #198505
Tints of Green #198505
RGB
CMYK
RGB Variations
Color information
#198505 (or 0x198505) is known color: Green. HEX triplet: 19, 85 and 05. RGB value is (25,133,5). Sum of RGB (Red+Green+Blue) = 25+133+5=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 133 (52.34% from 255 or 81.60% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 133 - color contains mainly: green. Hex color #198505 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198505 is #E67AFA. Grayscale: #565656. Windows color (decimal): -15104763 or 361753. OLE color: 361753.
HSL color Cylindrical-coordinate representation of color #198505: hue angle of 110.62º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #198505 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 133 | 5 | - |
| CMYK | 0.81 | 0 | 0.96 | 0.48 |
| HSL | 110.63º | 0.93% | 0.27% | - |
| HSV(B) | 110.63º | 0.96% | 0.52% | - |
| XYZ | 8.82 | 16.99 | 2.96 | - |
| YUV | 86.12 | 82.22 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 5 | 0.81 | 0 | 0.96 | 0.48 | 110.63 | 0.93 | 0.27 |
| Hex | 19 | 85 | 5 | 51 | 0 | 60 | 30 | 6F | 5D | 1B |
| Octal | 31 | 205 | 5 | 121 | 0 | 140 | 60 | 157 | 135 | 33 |
| Binary | 11001 | 10000101 | 101 | 1010001 | 0 | 1100000 | 110000 | 1101111 | 1011101 | 11011 |
Color Harmonies of #198505
Complementary color
Monochromatic Colors of #198505
Black with #198505
Text Example
Text Example
White with #198505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198505; }
p { color: rgb(25,133,5); }
H1.HeaderClassName
{
color: #198505;
}
.AnyTagClassName
{
color: #198505;
}
</style>
background-color css
<style>
a { background-color: #198505; }
a { background-color: rgb(25,133,5); }
div.DivClassName
{
background-color: #198505;
}
.BgClassName
{
background-color: #198505;
}
</style>
border-color css
<style>
span { border-color: #198505; }
span { border-color: rgb(25,133,5); }
td.TdClassName
{
border-color: #198505;
}
.TagClassName
{
border-color: #198505;
}
</style>