Shades of San Felix #256525
Tints of San Felix #256525
RGB
CMYK
RGB Variations
Color information
#256525 (or 0x256525) is known color: San Felix. HEX triplet: 25, 65 and 25. RGB value is (37,101,37). Sum of RGB (Red+Green+Blue) = 37+101+37=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 101 (39.84% from 255 or 57.71% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 101 - color contains mainly: green. Hex color #256525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256525 is #DA9ADA. Grayscale: #4A4A4A. Windows color (decimal): -14326491 or 2450725. OLE color: 2450725.
HSL color Cylindrical-coordinate representation of color #256525: hue angle of 120º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #256525 is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 37 | 101 | 37 | - |
| CMYK | 0.63 | 0 | 0.63 | 0.60 |
| HSL | 120º | 0.46% | 0.27% | - |
| HSV(B) | 120º | 0.63% | 0.4% | - |
| XYZ | 5.75 | 9.83 | 3.35 | - |
| YUV | 74.57 | 106.8 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 37 | 0.63 | 0 | 0.63 | 0.60 | 120 | 0.46 | 0.27 |
| Hex | 25 | 65 | 25 | 3F | 0 | 3F | 3C | 78 | 2E | 1B |
| Octal | 45 | 145 | 45 | 77 | 0 | 77 | 74 | 170 | 56 | 33 |
| Binary | 100101 | 1100101 | 100101 | 111111 | 0 | 111111 | 111100 | 1111000 | 101110 | 11011 |
Color Harmonies of #256525
Complementary color
Monochromatic Colors of #256525
Black with #256525
Text Example
Text Example
White with #256525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256525; }
p { color: rgb(37,101,37); }
H1.HeaderClassName
{
color: #256525;
}
.AnyTagClassName
{
color: #256525;
}
</style>
background-color css
<style>
a { background-color: #256525; }
a { background-color: rgb(37,101,37); }
div.DivClassName
{
background-color: #256525;
}
.BgClassName
{
background-color: #256525;
}
</style>
border-color css
<style>
span { border-color: #256525; }
span { border-color: rgb(37,101,37); }
td.TdClassName
{
border-color: #256525;
}
.TagClassName
{
border-color: #256525;
}
</style>