Shades of San Felix #256C31
Tints of San Felix #256C31
RGB
CMYK
RGB Variations
Color information
#256C31 (or 0x256C31) is known color: San Felix. HEX triplet: 25, 6C and 31. RGB value is (37,108,49). Sum of RGB (Red+Green+Blue) = 37+108+49=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 108 (42.58% from 255 or 55.67% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 108 - color contains mainly: green. Hex color #256C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256C31 is #DA93CE. Grayscale: #505050. Windows color (decimal): -14324687 or 3238949. OLE color: 3238949.
HSL color Cylindrical-coordinate representation of color #256C31: hue angle of 130.14º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #256C31 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 108 | 49 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.58 |
| HSL | 130.14º | 0.49% | 0.28% | - |
| HSV(B) | 130.14º | 0.66% | 0.42% | - |
| XYZ | 6.68 | 11.34 | 4.74 | - |
| YUV | 80.05 | 110.48 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 49 | 0.66 | 0 | 0.55 | 0.58 | 130.14 | 0.49 | 0.28 |
| Hex | 25 | 6C | 31 | 42 | 0 | 37 | 3A | 82 | 31 | 1C |
| Octal | 45 | 154 | 61 | 102 | 0 | 67 | 72 | 202 | 61 | 34 |
| Binary | 100101 | 1101100 | 110001 | 1000010 | 0 | 110111 | 111010 | 10000010 | 110001 | 11100 |
Color Harmonies of #256C31
Complementary color
Monochromatic Colors of #256C31
Black with #256C31
Text Example
Text Example
White with #256C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256C31; }
p { color: rgb(37,108,49); }
H1.HeaderClassName
{
color: #256C31;
}
.AnyTagClassName
{
color: #256C31;
}
</style>
background-color css
<style>
a { background-color: #256C31; }
a { background-color: rgb(37,108,49); }
div.DivClassName
{
background-color: #256C31;
}
.BgClassName
{
background-color: #256C31;
}
</style>
border-color css
<style>
span { border-color: #256C31; }
span { border-color: rgb(37,108,49); }
td.TdClassName
{
border-color: #256C31;
}
.TagClassName
{
border-color: #256C31;
}
</style>