Shades of San Felix #256022
Tints of San Felix #256022
RGB
CMYK
RGB Variations
Color information
#256022 (or 0x256022) is known color: San Felix. HEX triplet: 25, 60 and 22. RGB value is (37,96,34). Sum of RGB (Red+Green+Blue) = 37+96+34=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #256022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256022 is #DA9FDD. Grayscale: #474747. Windows color (decimal): -14327774 or 2252837. OLE color: 2252837.
HSL color Cylindrical-coordinate representation of color #256022: hue angle of 117.1º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #256022 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 96 | 34 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.62 |
| HSL | 117.1º | 0.48% | 0.25% | - |
| HSV(B) | 117.1º | 0.65% | 0.38% | - |
| XYZ | 5.23 | 8.87 | 2.95 | - |
| YUV | 71.29 | 106.95 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 34 | 0.61 | 0 | 0.65 | 0.62 | 117.1 | 0.48 | 0.25 |
| Hex | 25 | 60 | 22 | 3D | 0 | 41 | 3E | 75 | 30 | 19 |
| Octal | 45 | 140 | 42 | 75 | 0 | 101 | 76 | 165 | 60 | 31 |
| Binary | 100101 | 1100000 | 100010 | 111101 | 0 | 1000001 | 111110 | 1110101 | 110000 | 11001 |
Color Harmonies of #256022
Complementary color
Monochromatic Colors of #256022
Black with #256022
Text Example
Text Example
White with #256022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256022; }
p { color: rgb(37,96,34); }
H1.HeaderClassName
{
color: #256022;
}
.AnyTagClassName
{
color: #256022;
}
</style>
background-color css
<style>
a { background-color: #256022; }
a { background-color: rgb(37,96,34); }
div.DivClassName
{
background-color: #256022;
}
.BgClassName
{
background-color: #256022;
}
</style>
border-color css
<style>
span { border-color: #256022; }
span { border-color: rgb(37,96,34); }
td.TdClassName
{
border-color: #256022;
}
.TagClassName
{
border-color: #256022;
}
</style>