Shades of San Felix #197528
Tints of San Felix #197528
RGB
CMYK
RGB Variations
Color information
#197528 (or 0x197528) is known color: San Felix. HEX triplet: 19, 75 and 28. RGB value is (25,117,40). Sum of RGB (Red+Green+Blue) = 25+117+40=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 117 (46.09% from 255 or 64.29% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 117 - color contains mainly: green. Hex color #197528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197528 is #E68AD7. Grayscale: #505050. Windows color (decimal): -15108824 or 2651417. OLE color: 2651417.
HSL color Cylindrical-coordinate representation of color #197528: hue angle of 129.78º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197528 is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 117 | 40 | - |
| CMYK | 0.79 | 0 | 0.66 | 0.54 |
| HSL | 129.78º | 0.65% | 0.28% | - |
| HSV(B) | 129.78º | 0.79% | 0.46% | - |
| XYZ | 7.15 | 13.08 | 4.16 | - |
| YUV | 80.71 | 105.02 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 40 | 0.79 | 0 | 0.66 | 0.54 | 129.78 | 0.65 | 0.28 |
| Hex | 19 | 75 | 28 | 4F | 0 | 42 | 36 | 82 | 41 | 1C |
| Octal | 31 | 165 | 50 | 117 | 0 | 102 | 66 | 202 | 101 | 34 |
| Binary | 11001 | 1110101 | 101000 | 1001111 | 0 | 1000010 | 110110 | 10000010 | 1000001 | 11100 |
Color Harmonies of #197528
Complementary color
Monochromatic Colors of #197528
Black with #197528
Text Example
Text Example
White with #197528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197528; }
p { color: rgb(25,117,40); }
H1.HeaderClassName
{
color: #197528;
}
.AnyTagClassName
{
color: #197528;
}
</style>
background-color css
<style>
a { background-color: #197528; }
a { background-color: rgb(25,117,40); }
div.DivClassName
{
background-color: #197528;
}
.BgClassName
{
background-color: #197528;
}
</style>
border-color css
<style>
span { border-color: #197528; }
span { border-color: rgb(25,117,40); }
td.TdClassName
{
border-color: #197528;
}
.TagClassName
{
border-color: #197528;
}
</style>