Shades of San Felix #31723C
Tints of San Felix #31723C
RGB
CMYK
RGB Variations
Color information
#31723C (or 0x31723C) is known color: San Felix. HEX triplet: 31, 72 and 3C. RGB value is (49,114,60). Sum of RGB (Red+Green+Blue) = 49+114+60=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 114 (44.92% from 255 or 51.12% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 114 - color contains mainly: green. Hex color #31723C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31723C is #CE8DC3. Grayscale: #585858. Windows color (decimal): -13536708 or 3961393. OLE color: 3961393.
HSL color Cylindrical-coordinate representation of color #31723C: hue angle of 130.15º 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 #31723C is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 114 | 60 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.55 |
| HSL | 130.15º | 0.4% | 0.32% | - |
| HSV(B) | 130.15º | 0.57% | 0.45% | - |
| XYZ | 8.1 | 13.01 | 6.36 | - |
| YUV | 88.41 | 111.97 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 114 | 60 | 0.57 | 0 | 0.47 | 0.55 | 130.15 | 0.4 | 0.32 |
| Hex | 31 | 72 | 3C | 39 | 0 | 2F | 37 | 82 | 28 | 20 |
| Octal | 61 | 162 | 74 | 71 | 0 | 57 | 67 | 202 | 50 | 40 |
| Binary | 110001 | 1110010 | 111100 | 111001 | 0 | 101111 | 110111 | 10000010 | 101000 | 100000 |
Color Harmonies of #31723C
Complementary color
Monochromatic Colors of #31723C
Black with #31723C
Text Example
Text Example
White with #31723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31723C; }
p { color: rgb(49,114,60); }
H1.HeaderClassName
{
color: #31723C;
}
.AnyTagClassName
{
color: #31723C;
}
</style>
background-color css
<style>
a { background-color: #31723C; }
a { background-color: rgb(49,114,60); }
div.DivClassName
{
background-color: #31723C;
}
.BgClassName
{
background-color: #31723C;
}
</style>
border-color css
<style>
span { border-color: #31723C; }
span { border-color: rgb(49,114,60); }
td.TdClassName
{
border-color: #31723C;
}
.TagClassName
{
border-color: #31723C;
}
</style>