Shades of San Felix #25662C
Tints of San Felix #25662C
RGB
CMYK
RGB Variations
Color information
#25662C (or 0x25662C) is known color: San Felix. HEX triplet: 25, 66 and 2C. RGB value is (37,102,44). Sum of RGB (Red+Green+Blue) = 37+102+44=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 102 (40.23% from 255 or 55.74% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 102 - color contains mainly: green. Hex color #25662C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25662C is #DA99D3. Grayscale: #4C4C4C. Windows color (decimal): -14326228 or 2909733. OLE color: 2909733.
HSL color Cylindrical-coordinate representation of color #25662C: hue angle of 126.46º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #25662C is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 37 | 102 | 44 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.6 |
| HSL | 126.46º | 0.47% | 0.27% | - |
| HSV(B) | 126.46º | 0.64% | 0.4% | - |
| XYZ | 5.97 | 10.08 | 4.01 | - |
| YUV | 75.95 | 109.97 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 102 | 44 | 0.64 | 0 | 0.57 | 0.6 | 126.46 | 0.47 | 0.27 |
| Hex | 25 | 66 | 2C | 40 | 0 | 39 | 3C | 7E | 2F | 1B |
| Octal | 45 | 146 | 54 | 100 | 0 | 71 | 74 | 176 | 57 | 33 |
| Binary | 100101 | 1100110 | 101100 | 1000000 | 0 | 111001 | 111100 | 1111110 | 101111 | 11011 |
Color Harmonies of #25662C
Complementary color
Monochromatic Colors of #25662C
Black with #25662C
Text Example
Text Example
White with #25662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25662C; }
p { color: rgb(37,102,44); }
H1.HeaderClassName
{
color: #25662C;
}
.AnyTagClassName
{
color: #25662C;
}
</style>
background-color css
<style>
a { background-color: #25662C; }
a { background-color: rgb(37,102,44); }
div.DivClassName
{
background-color: #25662C;
}
.BgClassName
{
background-color: #25662C;
}
</style>
border-color css
<style>
span { border-color: #25662C; }
span { border-color: rgb(37,102,44); }
td.TdClassName
{
border-color: #25662C;
}
.TagClassName
{
border-color: #25662C;
}
</style>