Shades of San Felix #257422
Tints of San Felix #257422
RGB
CMYK
RGB Variations
Color information
#257422 (or 0x257422) is known color: San Felix. HEX triplet: 25, 74 and 22. RGB value is (37,116,34). Sum of RGB (Red+Green+Blue) = 37+116+34=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 116 (45.70% from 255 or 62.03% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 116 - color contains mainly: green. Hex color #257422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257422 is #DA8BDD. Grayscale: #535353. Windows color (decimal): -14322654 or 2257957. OLE color: 2257957.
HSL color Cylindrical-coordinate representation of color #257422: hue angle of 117.8º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257422 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 116 | 34 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.55 |
| HSL | 117.8º | 0.55% | 0.29% | - |
| HSV(B) | 117.8º | 0.71% | 0.45% | - |
| XYZ | 7.3 | 13 | 3.64 | - |
| YUV | 83.03 | 100.33 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 116 | 34 | 0.68 | 0 | 0.71 | 0.55 | 117.8 | 0.55 | 0.29 |
| Hex | 25 | 74 | 22 | 44 | 0 | 47 | 37 | 76 | 37 | 1D |
| Octal | 45 | 164 | 42 | 104 | 0 | 107 | 67 | 166 | 67 | 35 |
| Binary | 100101 | 1110100 | 100010 | 1000100 | 0 | 1000111 | 110111 | 1110110 | 110111 | 11101 |
Color Harmonies of #257422
Complementary color
Monochromatic Colors of #257422
Black with #257422
Text Example
Text Example
White with #257422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257422; }
p { color: rgb(37,116,34); }
H1.HeaderClassName
{
color: #257422;
}
.AnyTagClassName
{
color: #257422;
}
</style>
background-color css
<style>
a { background-color: #257422; }
a { background-color: rgb(37,116,34); }
div.DivClassName
{
background-color: #257422;
}
.BgClassName
{
background-color: #257422;
}
</style>
border-color css
<style>
span { border-color: #257422; }
span { border-color: rgb(37,116,34); }
td.TdClassName
{
border-color: #257422;
}
.TagClassName
{
border-color: #257422;
}
</style>