Shades of San Felix #31713D
Tints of San Felix #31713D
RGB
CMYK
RGB Variations
Color information
#31713D (or 0x31713D) is known color: San Felix. HEX triplet: 31, 71 and 3D. RGB value is (49,113,61). Sum of RGB (Red+Green+Blue) = 49+113+61=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #31713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31713D is #CE8EC2. Grayscale: #585858. Windows color (decimal): -13536963 or 4026673. OLE color: 4026673.
HSL color Cylindrical-coordinate representation of color #31713D: hue angle of 131.25º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31713D is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 113 | 61 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.56 |
| HSL | 131.25º | 0.4% | 0.32% | - |
| HSV(B) | 131.25º | 0.57% | 0.44% | - |
| XYZ | 8.01 | 12.8 | 6.46 | - |
| YUV | 87.94 | 112.8 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 113 | 61 | 0.57 | 0 | 0.46 | 0.56 | 131.25 | 0.4 | 0.32 |
| Hex | 31 | 71 | 3D | 39 | 0 | 2E | 38 | 83 | 28 | 20 |
| Octal | 61 | 161 | 75 | 71 | 0 | 56 | 70 | 203 | 50 | 40 |
| Binary | 110001 | 1110001 | 111101 | 111001 | 0 | 101110 | 111000 | 10000011 | 101000 | 100000 |
Color Harmonies of #31713D
Complementary color
Monochromatic Colors of #31713D
Black with #31713D
Text Example
Text Example
White with #31713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31713D; }
p { color: rgb(49,113,61); }
H1.HeaderClassName
{
color: #31713D;
}
.AnyTagClassName
{
color: #31713D;
}
</style>
background-color css
<style>
a { background-color: #31713D; }
a { background-color: rgb(49,113,61); }
div.DivClassName
{
background-color: #31713D;
}
.BgClassName
{
background-color: #31713D;
}
</style>
border-color css
<style>
span { border-color: #31713D; }
span { border-color: rgb(49,113,61); }
td.TdClassName
{
border-color: #31713D;
}
.TagClassName
{
border-color: #31713D;
}
</style>