Shades of San Felix #25642D
Tints of San Felix #25642D
RGB
CMYK
RGB Variations
Color information
#25642D (or 0x25642D) is known color: San Felix. HEX triplet: 25, 64 and 2D. RGB value is (37,100,45). Sum of RGB (Red+Green+Blue) = 37+100+45=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 100 (39.45% from 255 or 54.95% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 100 - color contains mainly: green. Hex color #25642D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25642D is #DA9BD2. Grayscale: #4B4B4B. Windows color (decimal): -14326739 or 2974757. OLE color: 2974757.
HSL color Cylindrical-coordinate representation of color #25642D: hue angle of 127.62º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #25642D is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 100 | 45 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.61 |
| HSL | 127.62º | 0.46% | 0.27% | - |
| HSV(B) | 127.62º | 0.63% | 0.39% | - |
| XYZ | 5.79 | 9.7 | 4.05 | - |
| YUV | 74.89 | 111.13 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 100 | 45 | 0.63 | 0 | 0.55 | 0.61 | 127.62 | 0.46 | 0.27 |
| Hex | 25 | 64 | 2D | 3F | 0 | 37 | 3D | 80 | 2E | 1B |
| Octal | 45 | 144 | 55 | 77 | 0 | 67 | 75 | 200 | 56 | 33 |
| Binary | 100101 | 1100100 | 101101 | 111111 | 0 | 110111 | 111101 | 10000000 | 101110 | 11011 |
Color Harmonies of #25642D
Complementary color
Monochromatic Colors of #25642D
Black with #25642D
Text Example
Text Example
White with #25642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25642D; }
p { color: rgb(37,100,45); }
H1.HeaderClassName
{
color: #25642D;
}
.AnyTagClassName
{
color: #25642D;
}
</style>
background-color css
<style>
a { background-color: #25642D; }
a { background-color: rgb(37,100,45); }
div.DivClassName
{
background-color: #25642D;
}
.BgClassName
{
background-color: #25642D;
}
</style>
border-color css
<style>
span { border-color: #25642D; }
span { border-color: rgb(37,100,45); }
td.TdClassName
{
border-color: #25642D;
}
.TagClassName
{
border-color: #25642D;
}
</style>