Shades of San Felix #31662C
Tints of San Felix #31662C
RGB
CMYK
RGB Variations
Color information
#31662C (or 0x31662C) is known color: San Felix. HEX triplet: 31, 66 and 2C. RGB value is (49,102,44). Sum of RGB (Red+Green+Blue) = 49+102+44=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 102 (40.23% from 255 or 52.31% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 102 - color contains mainly: green. Hex color #31662C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31662C is #CE99D3. Grayscale: #4F4F4F. Windows color (decimal): -13539796 or 2909745. OLE color: 2909745.
HSL color Cylindrical-coordinate representation of color #31662C: hue angle of 114.83º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31662C is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 49 | 102 | 44 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.6 |
| HSL | 114.83º | 0.4% | 0.29% | - |
| HSV(B) | 114.83º | 0.57% | 0.4% | - |
| XYZ | 6.47 | 10.34 | 4.04 | - |
| YUV | 79.54 | 107.94 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 44 | 0.52 | 0 | 0.57 | 0.6 | 114.83 | 0.4 | 0.29 |
| Hex | 31 | 66 | 2C | 34 | 0 | 39 | 3C | 73 | 28 | 1D |
| Octal | 61 | 146 | 54 | 64 | 0 | 71 | 74 | 163 | 50 | 35 |
| Binary | 110001 | 1100110 | 101100 | 110100 | 0 | 111001 | 111100 | 1110011 | 101000 | 11101 |
Color Harmonies of #31662C
Complementary color
Monochromatic Colors of #31662C
Black with #31662C
Text Example
Text Example
White with #31662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31662C; }
p { color: rgb(49,102,44); }
H1.HeaderClassName
{
color: #31662C;
}
.AnyTagClassName
{
color: #31662C;
}
</style>
background-color css
<style>
a { background-color: #31662C; }
a { background-color: rgb(49,102,44); }
div.DivClassName
{
background-color: #31662C;
}
.BgClassName
{
background-color: #31662C;
}
</style>
border-color css
<style>
span { border-color: #31662C; }
span { border-color: rgb(49,102,44); }
td.TdClassName
{
border-color: #31662C;
}
.TagClassName
{
border-color: #31662C;
}
</style>