Shades of San Felix #25611C
Tints of San Felix #25611C
RGB
CMYK
RGB Variations
Color information
#25611C (or 0x25611C) is known color: San Felix. HEX triplet: 25, 61 and 1C. RGB value is (37,97,28). Sum of RGB (Red+Green+Blue) = 37+97+28=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 97 (38.28% from 255 or 59.88% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 97 - color contains mainly: green. Hex color #25611C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25611C is #DA9EE3. Grayscale: #474747. Windows color (decimal): -14327524 or 1859877. OLE color: 1859877.
HSL color Cylindrical-coordinate representation of color #25611C: hue angle of 112.17º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25611C is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 97 | 28 | - |
| CMYK | 0.62 | 0 | 0.71 | 0.62 |
| HSL | 112.17º | 0.55% | 0.25% | - |
| HSV(B) | 112.17º | 0.71% | 0.38% | - |
| XYZ | 5.25 | 9.03 | 2.56 | - |
| YUV | 71.19 | 103.62 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 28 | 0.62 | 0 | 0.71 | 0.62 | 112.17 | 0.55 | 0.25 |
| Hex | 25 | 61 | 1C | 3E | 0 | 47 | 3E | 70 | 37 | 19 |
| Octal | 45 | 141 | 34 | 76 | 0 | 107 | 76 | 160 | 67 | 31 |
| Binary | 100101 | 1100001 | 11100 | 111110 | 0 | 1000111 | 111110 | 1110000 | 110111 | 11001 |
Color Harmonies of #25611C
Complementary color
Monochromatic Colors of #25611C
Black with #25611C
Text Example
Text Example
White with #25611C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25611C; }
p { color: rgb(37,97,28); }
H1.HeaderClassName
{
color: #25611C;
}
.AnyTagClassName
{
color: #25611C;
}
</style>
background-color css
<style>
a { background-color: #25611C; }
a { background-color: rgb(37,97,28); }
div.DivClassName
{
background-color: #25611C;
}
.BgClassName
{
background-color: #25611C;
}
</style>
border-color css
<style>
span { border-color: #25611C; }
span { border-color: rgb(37,97,28); }
td.TdClassName
{
border-color: #25611C;
}
.TagClassName
{
border-color: #25611C;
}
</style>