Shades of San Felix #256323
Tints of San Felix #256323
RGB
CMYK
RGB Variations
Color information
#256323 (or 0x256323) is known color: San Felix. HEX triplet: 25, 63 and 23. RGB value is (37,99,35). Sum of RGB (Red+Green+Blue) = 37+99+35=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 99 (39.06% from 255 or 57.89% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 99 - color contains mainly: green. Hex color #256323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256323 is #DA9CDC. Grayscale: #494949. Windows color (decimal): -14327005 or 2319141. OLE color: 2319141.
HSL color Cylindrical-coordinate representation of color #256323: hue angle of 118.12º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #256323 is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 99 | 35 | - |
| CMYK | 0.63 | 0 | 0.65 | 0.61 |
| HSL | 118.13º | 0.48% | 0.26% | - |
| HSV(B) | 118.13º | 0.65% | 0.39% | - |
| XYZ | 5.53 | 9.44 | 3.12 | - |
| YUV | 73.17 | 106.46 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 35 | 0.63 | 0 | 0.65 | 0.61 | 118.13 | 0.48 | 0.26 |
| Hex | 25 | 63 | 23 | 3F | 0 | 41 | 3D | 76 | 30 | 1A |
| Octal | 45 | 143 | 43 | 77 | 0 | 101 | 75 | 166 | 60 | 32 |
| Binary | 100101 | 1100011 | 100011 | 111111 | 0 | 1000001 | 111101 | 1110110 | 110000 | 11010 |
Color Harmonies of #256323
Complementary color
Monochromatic Colors of #256323
Black with #256323
Text Example
Text Example
White with #256323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256323; }
p { color: rgb(37,99,35); }
H1.HeaderClassName
{
color: #256323;
}
.AnyTagClassName
{
color: #256323;
}
</style>
background-color css
<style>
a { background-color: #256323; }
a { background-color: rgb(37,99,35); }
div.DivClassName
{
background-color: #256323;
}
.BgClassName
{
background-color: #256323;
}
</style>
border-color css
<style>
span { border-color: #256323; }
span { border-color: rgb(37,99,35); }
td.TdClassName
{
border-color: #256323;
}
.TagClassName
{
border-color: #256323;
}
</style>