Shades of San Felix #31652D
Tints of San Felix #31652D
RGB
CMYK
RGB Variations
Color information
#31652D (or 0x31652D) is known color: San Felix. HEX triplet: 31, 65 and 2D. RGB value is (49,101,45). Sum of RGB (Red+Green+Blue) = 49+101+45=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #31652D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31652D is #CE9AD2. Grayscale: #4F4F4F. Windows color (decimal): -13540051 or 2975025. OLE color: 2975025.
HSL color Cylindrical-coordinate representation of color #31652D: hue angle of 115.71º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31652D is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 101 | 45 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.60 |
| HSL | 115.71º | 0.38% | 0.29% | - |
| HSV(B) | 115.71º | 0.55% | 0.4% | - |
| XYZ | 6.39 | 10.15 | 4.1 | - |
| YUV | 79.07 | 108.77 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 101 | 45 | 0.51 | 0 | 0.55 | 0.60 | 115.71 | 0.38 | 0.29 |
| Hex | 31 | 65 | 2D | 33 | 0 | 37 | 3C | 74 | 26 | 1D |
| Octal | 61 | 145 | 55 | 63 | 0 | 67 | 74 | 164 | 46 | 35 |
| Binary | 110001 | 1100101 | 101101 | 110011 | 0 | 110111 | 111100 | 1110100 | 100110 | 11101 |
Color Harmonies of #31652D
Complementary color
Monochromatic Colors of #31652D
Black with #31652D
Text Example
Text Example
White with #31652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31652D; }
p { color: rgb(49,101,45); }
H1.HeaderClassName
{
color: #31652D;
}
.AnyTagClassName
{
color: #31652D;
}
</style>
background-color css
<style>
a { background-color: #31652D; }
a { background-color: rgb(49,101,45); }
div.DivClassName
{
background-color: #31652D;
}
.BgClassName
{
background-color: #31652D;
}
</style>
border-color css
<style>
span { border-color: #31652D; }
span { border-color: rgb(49,101,45); }
td.TdClassName
{
border-color: #31652D;
}
.TagClassName
{
border-color: #31652D;
}
</style>