Shades of San Felix #256521
Tints of San Felix #256521
RGB
CMYK
RGB Variations
Color information
#256521 (or 0x256521) is known color: San Felix. HEX triplet: 25, 65 and 21. RGB value is (37,101,33). Sum of RGB (Red+Green+Blue) = 37+101+33=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 101 (39.84% from 255 or 59.06% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 101 - color contains mainly: green. Hex color #256521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256521 is #DA9ADE. Grayscale: #4A4A4A. Windows color (decimal): -14326495 or 2188581. OLE color: 2188581.
HSL color Cylindrical-coordinate representation of color #256521: hue angle of 116.47º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #256521 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 37 | 101 | 33 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.60 |
| HSL | 116.47º | 0.51% | 0.26% | - |
| HSV(B) | 116.47º | 0.67% | 0.4% | - |
| XYZ | 5.69 | 9.81 | 3.03 | - |
| YUV | 74.11 | 104.8 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 33 | 0.63 | 0 | 0.67 | 0.60 | 116.47 | 0.51 | 0.26 |
| Hex | 25 | 65 | 21 | 3F | 0 | 43 | 3C | 74 | 33 | 1A |
| Octal | 45 | 145 | 41 | 77 | 0 | 103 | 74 | 164 | 63 | 32 |
| Binary | 100101 | 1100101 | 100001 | 111111 | 0 | 1000011 | 111100 | 1110100 | 110011 | 11010 |
Color Harmonies of #256521
Complementary color
Monochromatic Colors of #256521
Black with #256521
Text Example
Text Example
White with #256521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256521; }
p { color: rgb(37,101,33); }
H1.HeaderClassName
{
color: #256521;
}
.AnyTagClassName
{
color: #256521;
}
</style>
background-color css
<style>
a { background-color: #256521; }
a { background-color: rgb(37,101,33); }
div.DivClassName
{
background-color: #256521;
}
.BgClassName
{
background-color: #256521;
}
</style>
border-color css
<style>
span { border-color: #256521; }
span { border-color: rgb(37,101,33); }
td.TdClassName
{
border-color: #256521;
}
.TagClassName
{
border-color: #256521;
}
</style>