Shades of San Felix #25721C
Tints of San Felix #25721C
RGB
CMYK
RGB Variations
Color information
#25721C (or 0x25721C) is known color: San Felix. HEX triplet: 25, 72 and 1C. RGB value is (37,114,28). Sum of RGB (Red+Green+Blue) = 37+114+28=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 114 (44.92% from 255 or 63.69% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 114 - color contains mainly: green. Hex color #25721C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25721C is #DA8DE3. Grayscale: #515151. Windows color (decimal): -14323172 or 1864229. OLE color: 1864229.
HSL color Cylindrical-coordinate representation of color #25721C: hue angle of 113.72º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25721C is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 114 | 28 | - |
| CMYK | 0.68 | 0 | 0.75 | 0.55 |
| HSL | 113.72º | 0.61% | 0.28% | - |
| HSV(B) | 113.72º | 0.75% | 0.45% | - |
| XYZ | 6.99 | 12.51 | 3.15 | - |
| YUV | 81.17 | 97.99 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 114 | 28 | 0.68 | 0 | 0.75 | 0.55 | 113.72 | 0.61 | 0.28 |
| Hex | 25 | 72 | 1C | 44 | 0 | 4B | 37 | 72 | 3D | 1C |
| Octal | 45 | 162 | 34 | 104 | 0 | 113 | 67 | 162 | 75 | 34 |
| Binary | 100101 | 1110010 | 11100 | 1000100 | 0 | 1001011 | 110111 | 1110010 | 111101 | 11100 |
Color Harmonies of #25721C
Complementary color
Monochromatic Colors of #25721C
Black with #25721C
Text Example
Text Example
White with #25721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25721C; }
p { color: rgb(37,114,28); }
H1.HeaderClassName
{
color: #25721C;
}
.AnyTagClassName
{
color: #25721C;
}
</style>
background-color css
<style>
a { background-color: #25721C; }
a { background-color: rgb(37,114,28); }
div.DivClassName
{
background-color: #25721C;
}
.BgClassName
{
background-color: #25721C;
}
</style>
border-color css
<style>
span { border-color: #25721C; }
span { border-color: rgb(37,114,28); }
td.TdClassName
{
border-color: #25721C;
}
.TagClassName
{
border-color: #25721C;
}
</style>