Shades of San Felix #256226
Tints of San Felix #256226
RGB
CMYK
RGB Variations
Color information
#256226 (or 0x256226) is known color: San Felix. HEX triplet: 25, 62 and 26. RGB value is (37,98,38). Sum of RGB (Red+Green+Blue) = 37+98+38=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #256226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256226 is #DA9DD9. Grayscale: #494949. Windows color (decimal): -14327258 or 2515493. OLE color: 2515493.
HSL color Cylindrical-coordinate representation of color #256226: hue angle of 120.98º 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 #256226 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 98 | 38 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.62 |
| HSL | 120.98º | 0.45% | 0.26% | - |
| HSV(B) | 120.98º | 0.62% | 0.38% | - |
| XYZ | 5.48 | 9.27 | 3.33 | - |
| YUV | 72.92 | 108.29 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 38 | 0.62 | 0 | 0.61 | 0.62 | 120.98 | 0.45 | 0.26 |
| Hex | 25 | 62 | 26 | 3E | 0 | 3D | 3E | 79 | 2D | 1A |
| Octal | 45 | 142 | 46 | 76 | 0 | 75 | 76 | 171 | 55 | 32 |
| Binary | 100101 | 1100010 | 100110 | 111110 | 0 | 111101 | 111110 | 1111001 | 101101 | 11010 |
Color Harmonies of #256226
Complementary color
Monochromatic Colors of #256226
Black with #256226
Text Example
Text Example
White with #256226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256226; }
p { color: rgb(37,98,38); }
H1.HeaderClassName
{
color: #256226;
}
.AnyTagClassName
{
color: #256226;
}
</style>
background-color css
<style>
a { background-color: #256226; }
a { background-color: rgb(37,98,38); }
div.DivClassName
{
background-color: #256226;
}
.BgClassName
{
background-color: #256226;
}
</style>
border-color css
<style>
span { border-color: #256226; }
span { border-color: rgb(37,98,38); }
td.TdClassName
{
border-color: #256226;
}
.TagClassName
{
border-color: #256226;
}
</style>