Shades of San Felix #256919
Tints of San Felix #256919
RGB
CMYK
RGB Variations
Color information
#256919 (or 0x256919) is known color: San Felix. HEX triplet: 25, 69 and 19. RGB value is (37,105,25). Sum of RGB (Red+Green+Blue) = 37+105+25=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 105 (41.41% from 255 or 62.87% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 105 - color contains mainly: green. Hex color #256919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256919 is #DA96E6. Grayscale: #4B4B4B. Windows color (decimal): -14325479 or 1665317. OLE color: 1665317.
HSL color Cylindrical-coordinate representation of color #256919: hue angle of 111º degrees, saturation: 0.62, 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 #256919 is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 105 | 25 | - |
| CMYK | 0.65 | 0 | 0.76 | 0.59 |
| HSL | 111º | 0.62% | 0.25% | - |
| HSV(B) | 111º | 0.76% | 0.41% | - |
| XYZ | 5.99 | 10.57 | 2.64 | - |
| YUV | 75.55 | 99.47 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 25 | 0.65 | 0 | 0.76 | 0.59 | 111 | 0.62 | 0.25 |
| Hex | 25 | 69 | 19 | 41 | 0 | 4C | 3B | 6F | 3E | 19 |
| Octal | 45 | 151 | 31 | 101 | 0 | 114 | 73 | 157 | 76 | 31 |
| Binary | 100101 | 1101001 | 11001 | 1000001 | 0 | 1001100 | 111011 | 1101111 | 111110 | 11001 |
Color Harmonies of #256919
Complementary color
Monochromatic Colors of #256919
Black with #256919
Text Example
Text Example
White with #256919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256919; }
p { color: rgb(37,105,25); }
H1.HeaderClassName
{
color: #256919;
}
.AnyTagClassName
{
color: #256919;
}
</style>
background-color css
<style>
a { background-color: #256919; }
a { background-color: rgb(37,105,25); }
div.DivClassName
{
background-color: #256919;
}
.BgClassName
{
background-color: #256919;
}
</style>
border-color css
<style>
span { border-color: #256919; }
span { border-color: rgb(37,105,25); }
td.TdClassName
{
border-color: #256919;
}
.TagClassName
{
border-color: #256919;
}
</style>