Shades of San Felix #31723E
Tints of San Felix #31723E
RGB
CMYK
RGB Variations
Color information
#31723E (or 0x31723E) is known color: San Felix. HEX triplet: 31, 72 and 3E. RGB value is (49,114,62). Sum of RGB (Red+Green+Blue) = 49+114+62=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #31723E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31723E is #CE8DC1. Grayscale: #585858. Windows color (decimal): -13536706 or 4092465. OLE color: 4092465.
HSL color Cylindrical-coordinate representation of color #31723E: hue angle of 132º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31723E is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 114 | 62 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.55 |
| HSL | 132º | 0.4% | 0.32% | - |
| HSV(B) | 132º | 0.57% | 0.45% | - |
| XYZ | 8.15 | 13.04 | 6.64 | - |
| YUV | 88.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 114 | 62 | 0.57 | 0 | 0.46 | 0.55 | 132 | 0.4 | 0.32 |
| Hex | 31 | 72 | 3E | 39 | 0 | 2E | 37 | 84 | 28 | 20 |
| Octal | 61 | 162 | 76 | 71 | 0 | 56 | 67 | 204 | 50 | 40 |
| Binary | 110001 | 1110010 | 111110 | 111001 | 0 | 101110 | 110111 | 10000100 | 101000 | 100000 |
Color Harmonies of #31723E
Complementary color
Monochromatic Colors of #31723E
Black with #31723E
Text Example
Text Example
White with #31723E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31723E; }
p { color: rgb(49,114,62); }
H1.HeaderClassName
{
color: #31723E;
}
.AnyTagClassName
{
color: #31723E;
}
</style>
background-color css
<style>
a { background-color: #31723E; }
a { background-color: rgb(49,114,62); }
div.DivClassName
{
background-color: #31723E;
}
.BgClassName
{
background-color: #31723E;
}
</style>
border-color css
<style>
span { border-color: #31723E; }
span { border-color: rgb(49,114,62); }
td.TdClassName
{
border-color: #31723E;
}
.TagClassName
{
border-color: #31723E;
}
</style>