Shades of San Felix #25762C
Tints of San Felix #25762C
RGB
CMYK
RGB Variations
Color information
#25762C (or 0x25762C) is known color: San Felix. HEX triplet: 25, 76 and 2C. RGB value is (37,118,44). Sum of RGB (Red+Green+Blue) = 37+118+44=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 118 (46.48% from 255 or 59.30% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 118 - color contains mainly: green. Hex color #25762C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25762C is #DA89D3. Grayscale: #555555. Windows color (decimal): -14322132 or 2913829. OLE color: 2913829.
HSL color Cylindrical-coordinate representation of color #25762C: hue angle of 125.19º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25762C is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 118 | 44 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.54 |
| HSL | 125.19º | 0.52% | 0.3% | - |
| HSV(B) | 125.19º | 0.69% | 0.46% | - |
| XYZ | 7.7 | 13.53 | 4.59 | - |
| YUV | 85.35 | 104.66 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 118 | 44 | 0.69 | 0 | 0.63 | 0.54 | 125.19 | 0.52 | 0.3 |
| Hex | 25 | 76 | 2C | 45 | 0 | 3F | 36 | 7D | 34 | 1E |
| Octal | 45 | 166 | 54 | 105 | 0 | 77 | 66 | 175 | 64 | 36 |
| Binary | 100101 | 1110110 | 101100 | 1000101 | 0 | 111111 | 110110 | 1111101 | 110100 | 11110 |
Color Harmonies of #25762C
Complementary color
Monochromatic Colors of #25762C
Black with #25762C
Text Example
Text Example
White with #25762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25762C; }
p { color: rgb(37,118,44); }
H1.HeaderClassName
{
color: #25762C;
}
.AnyTagClassName
{
color: #25762C;
}
</style>
background-color css
<style>
a { background-color: #25762C; }
a { background-color: rgb(37,118,44); }
div.DivClassName
{
background-color: #25762C;
}
.BgClassName
{
background-color: #25762C;
}
</style>
border-color css
<style>
span { border-color: #25762C; }
span { border-color: rgb(37,118,44); }
td.TdClassName
{
border-color: #25762C;
}
.TagClassName
{
border-color: #25762C;
}
</style>