Shades of San Felix #19681B
Tints of San Felix #19681B
RGB
CMYK
RGB Variations
Color information
#19681B (or 0x19681B) is known color: San Felix. HEX triplet: 19, 68 and 1B. RGB value is (25,104,27). Sum of RGB (Red+Green+Blue) = 25+104+27=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 104 (41.02% from 255 or 66.67% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 104 - color contains mainly: green. Hex color #19681B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19681B is #E697E4. Grayscale: #474747. Windows color (decimal): -15112165 or 1796121. OLE color: 1796121.
HSL color Cylindrical-coordinate representation of color #19681B: hue angle of 121.52º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19681B is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 104 | 27 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.59 |
| HSL | 121.52º | 0.61% | 0.25% | - |
| HSV(B) | 121.52º | 0.76% | 0.41% | - |
| XYZ | 5.55 | 10.19 | 2.71 | - |
| YUV | 71.6 | 102.83 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 27 | 0.76 | 0 | 0.74 | 0.59 | 121.52 | 0.61 | 0.25 |
| Hex | 19 | 68 | 1B | 4C | 0 | 4A | 3B | 7A | 3D | 19 |
| Octal | 31 | 150 | 33 | 114 | 0 | 112 | 73 | 172 | 75 | 31 |
| Binary | 11001 | 1101000 | 11011 | 1001100 | 0 | 1001010 | 111011 | 1111010 | 111101 | 11001 |
Color Harmonies of #19681B
Complementary color
Monochromatic Colors of #19681B
Black with #19681B
Text Example
Text Example
White with #19681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19681B; }
p { color: rgb(25,104,27); }
H1.HeaderClassName
{
color: #19681B;
}
.AnyTagClassName
{
color: #19681B;
}
</style>
background-color css
<style>
a { background-color: #19681B; }
a { background-color: rgb(25,104,27); }
div.DivClassName
{
background-color: #19681B;
}
.BgClassName
{
background-color: #19681B;
}
</style>
border-color css
<style>
span { border-color: #19681B; }
span { border-color: rgb(25,104,27); }
td.TdClassName
{
border-color: #19681B;
}
.TagClassName
{
border-color: #19681B;
}
</style>