Shades of San Felix #257529
Tints of San Felix #257529
RGB
CMYK
RGB Variations
Color information
#257529 (or 0x257529) is known color: San Felix. HEX triplet: 25, 75 and 29. RGB value is (37,117,41). Sum of RGB (Red+Green+Blue) = 37+117+41=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 117 (46.09% from 255 or 60% from 195); Blue value is 41 (16.41% from 255 or 21.03% from 195); Max value from RGB is 117 - color contains mainly: green. Hex color #257529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257529 is #DA8AD6. Grayscale: #545454. Windows color (decimal): -14322391 or 2716965. OLE color: 2716965.
HSL color Cylindrical-coordinate representation of color #257529: hue angle of 123º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257529 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 117 | 41 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.54 |
| HSL | 123º | 0.52% | 0.3% | - |
| HSV(B) | 123º | 0.68% | 0.46% | - |
| XYZ | 7.52 | 13.28 | 4.26 | - |
| YUV | 84.42 | 103.5 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 117 | 41 | 0.68 | 0 | 0.65 | 0.54 | 123 | 0.52 | 0.3 |
| Hex | 25 | 75 | 29 | 44 | 0 | 41 | 36 | 7B | 34 | 1E |
| Octal | 45 | 165 | 51 | 104 | 0 | 101 | 66 | 173 | 64 | 36 |
| Binary | 100101 | 1110101 | 101001 | 1000100 | 0 | 1000001 | 110110 | 1111011 | 110100 | 11110 |
Color Harmonies of #257529
Complementary color
Monochromatic Colors of #257529
Black with #257529
Text Example
Text Example
White with #257529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257529; }
p { color: rgb(37,117,41); }
H1.HeaderClassName
{
color: #257529;
}
.AnyTagClassName
{
color: #257529;
}
</style>
background-color css
<style>
a { background-color: #257529; }
a { background-color: rgb(37,117,41); }
div.DivClassName
{
background-color: #257529;
}
.BgClassName
{
background-color: #257529;
}
</style>
border-color css
<style>
span { border-color: #257529; }
span { border-color: rgb(37,117,41); }
td.TdClassName
{
border-color: #257529;
}
.TagClassName
{
border-color: #257529;
}
</style>