Shades of San Felix #256225
Tints of San Felix #256225
RGB
CMYK
RGB Variations
Color information
#256225 (or 0x256225) is known color: San Felix. HEX triplet: 25, 62 and 25. RGB value is (37,98,37). Sum of RGB (Red+Green+Blue) = 37+98+37=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #256225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256225 is #DA9DDA. Grayscale: #484848. Windows color (decimal): -14327259 or 2449957. OLE color: 2449957.
HSL color Cylindrical-coordinate representation of color #256225: hue angle of 120º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #256225 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 98 | 37 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.62 |
| HSL | 120º | 0.45% | 0.26% | - |
| HSV(B) | 120º | 0.62% | 0.38% | - |
| XYZ | 5.46 | 9.26 | 3.25 | - |
| YUV | 72.81 | 107.79 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 37 | 0.62 | 0 | 0.62 | 0.62 | 120 | 0.45 | 0.26 |
| Hex | 25 | 62 | 25 | 3E | 0 | 3E | 3E | 78 | 2D | 1A |
| Octal | 45 | 142 | 45 | 76 | 0 | 76 | 76 | 170 | 55 | 32 |
| Binary | 100101 | 1100010 | 100101 | 111110 | 0 | 111110 | 111110 | 1111000 | 101101 | 11010 |
Color Harmonies of #256225
Complementary color
Monochromatic Colors of #256225
Black with #256225
Text Example
Text Example
White with #256225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256225; }
p { color: rgb(37,98,37); }
H1.HeaderClassName
{
color: #256225;
}
.AnyTagClassName
{
color: #256225;
}
</style>
background-color css
<style>
a { background-color: #256225; }
a { background-color: rgb(37,98,37); }
div.DivClassName
{
background-color: #256225;
}
.BgClassName
{
background-color: #256225;
}
</style>
border-color css
<style>
span { border-color: #256225; }
span { border-color: rgb(37,98,37); }
td.TdClassName
{
border-color: #256225;
}
.TagClassName
{
border-color: #256225;
}
</style>