Shades of San Felix #256325
Tints of San Felix #256325
RGB
CMYK
RGB Variations
Color information
#256325 (or 0x256325) is known color: San Felix. HEX triplet: 25, 63 and 25. RGB value is (37,99,37). Sum of RGB (Red+Green+Blue) = 37+99+37=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 99 (39.06% from 255 or 57.23% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 99 - color contains mainly: green. Hex color #256325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256325 is #DA9CDA. Grayscale: #494949. Windows color (decimal): -14327003 or 2450213. OLE color: 2450213.
HSL color Cylindrical-coordinate representation of color #256325: hue angle of 120º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #256325 is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 99 | 37 | - |
| CMYK | 0.63 | 0 | 0.63 | 0.61 |
| HSL | 120º | 0.46% | 0.27% | - |
| HSV(B) | 120º | 0.63% | 0.39% | - |
| XYZ | 5.56 | 9.45 | 3.28 | - |
| YUV | 73.39 | 107.46 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 37 | 0.63 | 0 | 0.63 | 0.61 | 120 | 0.46 | 0.27 |
| Hex | 25 | 63 | 25 | 3F | 0 | 3F | 3D | 78 | 2E | 1B |
| Octal | 45 | 143 | 45 | 77 | 0 | 77 | 75 | 170 | 56 | 33 |
| Binary | 100101 | 1100011 | 100101 | 111111 | 0 | 111111 | 111101 | 1111000 | 101110 | 11011 |
Color Harmonies of #256325
Complementary color
Monochromatic Colors of #256325
Black with #256325
Text Example
Text Example
White with #256325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256325; }
p { color: rgb(37,99,37); }
H1.HeaderClassName
{
color: #256325;
}
.AnyTagClassName
{
color: #256325;
}
</style>
background-color css
<style>
a { background-color: #256325; }
a { background-color: rgb(37,99,37); }
div.DivClassName
{
background-color: #256325;
}
.BgClassName
{
background-color: #256325;
}
</style>
border-color css
<style>
span { border-color: #256325; }
span { border-color: rgb(37,99,37); }
td.TdClassName
{
border-color: #256325;
}
.TagClassName
{
border-color: #256325;
}
</style>