Shades of San Felix #256227
Tints of San Felix #256227
RGB
CMYK
RGB Variations
Color information
#256227 (or 0x256227) is known color: San Felix. HEX triplet: 25, 62 and 27. RGB value is (37,98,39). Sum of RGB (Red+Green+Blue) = 37+98+39=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 98 (38.67% from 255 or 56.32% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 98 - color contains mainly: green. Hex color #256227 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256227 is #DA9DD8. Grayscale: #494949. Windows color (decimal): -14327257 or 2581029. OLE color: 2581029.
HSL color Cylindrical-coordinate representation of color #256227: hue angle of 121.97º 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 #256227 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 98 | 39 | - |
| CMYK | 0.62 | 0 | 0.60 | 0.62 |
| HSL | 121.97º | 0.45% | 0.26% | - |
| HSV(B) | 121.97º | 0.62% | 0.38% | - |
| XYZ | 5.5 | 9.28 | 3.42 | - |
| YUV | 73.04 | 108.79 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 39 | 0.62 | 0 | 0.60 | 0.62 | 121.97 | 0.45 | 0.26 |
| Hex | 25 | 62 | 27 | 3E | 0 | 3C | 3E | 7A | 2D | 1A |
| Octal | 45 | 142 | 47 | 76 | 0 | 74 | 76 | 172 | 55 | 32 |
| Binary | 100101 | 1100010 | 100111 | 111110 | 0 | 111100 | 111110 | 1111010 | 101101 | 11010 |
Color Harmonies of #256227
Complementary color
Monochromatic Colors of #256227
Black with #256227
Text Example
Text Example
White with #256227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256227; }
p { color: rgb(37,98,39); }
H1.HeaderClassName
{
color: #256227;
}
.AnyTagClassName
{
color: #256227;
}
</style>
background-color css
<style>
a { background-color: #256227; }
a { background-color: rgb(37,98,39); }
div.DivClassName
{
background-color: #256227;
}
.BgClassName
{
background-color: #256227;
}
</style>
border-color css
<style>
span { border-color: #256227; }
span { border-color: rgb(37,98,39); }
td.TdClassName
{
border-color: #256227;
}
.TagClassName
{
border-color: #256227;
}
</style>