Shades of San Felix #19661D
Tints of San Felix #19661D
RGB
CMYK
RGB Variations
Color information
#19661D (or 0x19661D) is known color: San Felix. HEX triplet: 19, 66 and 1D. RGB value is (25,102,29). Sum of RGB (Red+Green+Blue) = 25+102+29=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 102 (40.23% from 255 or 65.38% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 102 - color contains mainly: green. Hex color #19661D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19661D is #E699E2. Grayscale: #464646. Windows color (decimal): -15112675 or 1926681. OLE color: 1926681.
HSL color Cylindrical-coordinate representation of color #19661D: hue angle of 123.12º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #19661D is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 102 | 29 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.6 |
| HSL | 123.12º | 0.61% | 0.25% | - |
| HSV(B) | 123.12º | 0.75% | 0.4% | - |
| XYZ | 5.37 | 9.8 | 2.77 | - |
| YUV | 70.66 | 104.49 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 29 | 0.75 | 0 | 0.72 | 0.6 | 123.12 | 0.61 | 0.25 |
| Hex | 19 | 66 | 1D | 4B | 0 | 48 | 3C | 7B | 3D | 19 |
| Octal | 31 | 146 | 35 | 113 | 0 | 110 | 74 | 173 | 75 | 31 |
| Binary | 11001 | 1100110 | 11101 | 1001011 | 0 | 1001000 | 111100 | 1111011 | 111101 | 11001 |
Color Harmonies of #19661D
Complementary color
Monochromatic Colors of #19661D
Black with #19661D
Text Example
Text Example
White with #19661D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19661D; }
p { color: rgb(25,102,29); }
H1.HeaderClassName
{
color: #19661D;
}
.AnyTagClassName
{
color: #19661D;
}
</style>
background-color css
<style>
a { background-color: #19661D; }
a { background-color: rgb(25,102,29); }
div.DivClassName
{
background-color: #19661D;
}
.BgClassName
{
background-color: #19661D;
}
</style>
border-color css
<style>
span { border-color: #19661D; }
span { border-color: rgb(25,102,29); }
td.TdClassName
{
border-color: #19661D;
}
.TagClassName
{
border-color: #19661D;
}
</style>