Shades of San Felix #31652C
Tints of San Felix #31652C
RGB
CMYK
RGB Variations
Color information
#31652C (or 0x31652C) is known color: San Felix. HEX triplet: 31, 65 and 2C. RGB value is (49,101,44). Sum of RGB (Red+Green+Blue) = 49+101+44=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 101 (39.84% from 255 or 52.06% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 101 - color contains mainly: green. Hex color #31652C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31652C is #CE9AD3. Grayscale: #4F4F4F. Windows color (decimal): -13540052 or 2909489. OLE color: 2909489.
HSL color Cylindrical-coordinate representation of color #31652C: hue angle of 114.74º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31652C is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 101 | 44 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.60 |
| HSL | 114.74º | 0.39% | 0.28% | - |
| HSV(B) | 114.74º | 0.56% | 0.4% | - |
| XYZ | 6.37 | 10.14 | 4 | - |
| YUV | 78.95 | 108.27 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 101 | 44 | 0.51 | 0 | 0.56 | 0.60 | 114.74 | 0.39 | 0.28 |
| Hex | 31 | 65 | 2C | 33 | 0 | 38 | 3C | 73 | 27 | 1C |
| Octal | 61 | 145 | 54 | 63 | 0 | 70 | 74 | 163 | 47 | 34 |
| Binary | 110001 | 1100101 | 101100 | 110011 | 0 | 111000 | 111100 | 1110011 | 100111 | 11100 |
Color Harmonies of #31652C
Complementary color
Monochromatic Colors of #31652C
Black with #31652C
Text Example
Text Example
White with #31652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31652C; }
p { color: rgb(49,101,44); }
H1.HeaderClassName
{
color: #31652C;
}
.AnyTagClassName
{
color: #31652C;
}
</style>
background-color css
<style>
a { background-color: #31652C; }
a { background-color: rgb(49,101,44); }
div.DivClassName
{
background-color: #31652C;
}
.BgClassName
{
background-color: #31652C;
}
</style>
border-color css
<style>
span { border-color: #31652C; }
span { border-color: rgb(49,101,44); }
td.TdClassName
{
border-color: #31652C;
}
.TagClassName
{
border-color: #31652C;
}
</style>