Shades of San Felix #256120
Tints of San Felix #256120
RGB
CMYK
RGB Variations
Color information
#256120 (or 0x256120) is known color: San Felix. HEX triplet: 25, 61 and 20. RGB value is (37,97,32). Sum of RGB (Red+Green+Blue) = 37+97+32=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #256120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256120 is #DA9EDF. Grayscale: #474747. Windows color (decimal): -14327520 or 2122021. OLE color: 2122021.
HSL color Cylindrical-coordinate representation of color #256120: hue angle of 115.38º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #256120 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 97 | 32 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.62 |
| HSL | 115.38º | 0.5% | 0.25% | - |
| HSV(B) | 115.38º | 0.67% | 0.38% | - |
| XYZ | 5.3 | 9.05 | 2.83 | - |
| YUV | 71.65 | 105.62 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 32 | 0.62 | 0 | 0.67 | 0.62 | 115.38 | 0.5 | 0.25 |
| Hex | 25 | 61 | 20 | 3E | 0 | 43 | 3E | 73 | 32 | 19 |
| Octal | 45 | 141 | 40 | 76 | 0 | 103 | 76 | 163 | 62 | 31 |
| Binary | 100101 | 1100001 | 100000 | 111110 | 0 | 1000011 | 111110 | 1110011 | 110010 | 11001 |
Color Harmonies of #256120
Complementary color
Monochromatic Colors of #256120
Black with #256120
Text Example
Text Example
White with #256120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256120; }
p { color: rgb(37,97,32); }
H1.HeaderClassName
{
color: #256120;
}
.AnyTagClassName
{
color: #256120;
}
</style>
background-color css
<style>
a { background-color: #256120; }
a { background-color: rgb(37,97,32); }
div.DivClassName
{
background-color: #256120;
}
.BgClassName
{
background-color: #256120;
}
</style>
border-color css
<style>
span { border-color: #256120; }
span { border-color: rgb(37,97,32); }
td.TdClassName
{
border-color: #256120;
}
.TagClassName
{
border-color: #256120;
}
</style>