Shades of San Felix #25611F
Tints of San Felix #25611F
RGB
CMYK
RGB Variations
Color information
#25611F (or 0x25611F) is known color: San Felix. HEX triplet: 25, 61 and 1F. RGB value is (37,97,31). Sum of RGB (Red+Green+Blue) = 37+97+31=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 97 (38.28% from 255 or 58.79% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 97 - color contains mainly: green. Hex color #25611F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25611F is #DA9EE0. Grayscale: #474747. Windows color (decimal): -14327521 or 2056485. OLE color: 2056485.
HSL color Cylindrical-coordinate representation of color #25611F: hue angle of 114.55º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25611F is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 97 | 31 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.62 |
| HSL | 114.55º | 0.52% | 0.25% | - |
| HSV(B) | 114.55º | 0.68% | 0.38% | - |
| XYZ | 5.28 | 9.04 | 2.76 | - |
| YUV | 71.54 | 105.12 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 31 | 0.62 | 0 | 0.68 | 0.62 | 114.55 | 0.52 | 0.25 |
| Hex | 25 | 61 | 1F | 3E | 0 | 44 | 3E | 73 | 34 | 19 |
| Octal | 45 | 141 | 37 | 76 | 0 | 104 | 76 | 163 | 64 | 31 |
| Binary | 100101 | 1100001 | 11111 | 111110 | 0 | 1000100 | 111110 | 1110011 | 110100 | 11001 |
Color Harmonies of #25611F
Complementary color
Monochromatic Colors of #25611F
Black with #25611F
Text Example
Text Example
White with #25611F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25611F; }
p { color: rgb(37,97,31); }
H1.HeaderClassName
{
color: #25611F;
}
.AnyTagClassName
{
color: #25611F;
}
</style>
background-color css
<style>
a { background-color: #25611F; }
a { background-color: rgb(37,97,31); }
div.DivClassName
{
background-color: #25611F;
}
.BgClassName
{
background-color: #25611F;
}
</style>
border-color css
<style>
span { border-color: #25611F; }
span { border-color: rgb(37,97,31); }
td.TdClassName
{
border-color: #25611F;
}
.TagClassName
{
border-color: #25611F;
}
</style>