Shades of San Felix #31642F
Tints of San Felix #31642F
RGB
CMYK
RGB Variations
Color information
#31642F (or 0x31642F) is known color: San Felix. HEX triplet: 31, 64 and 2F. RGB value is (49,100,47). Sum of RGB (Red+Green+Blue) = 49+100+47=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 100 (39.45% from 255 or 51.02% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 100 - color contains mainly: green. Hex color #31642F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31642F is #CE9BD0. Grayscale: #4E4E4E. Windows color (decimal): -13540305 or 3105841. OLE color: 3105841.
HSL color Cylindrical-coordinate representation of color #31642F: hue angle of 117.74º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #31642F is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 100 | 47 | - |
| CMYK | 0.51 | 0 | 0.53 | 0.61 |
| HSL | 117.74º | 0.36% | 0.29% | - |
| HSV(B) | 117.74º | 0.53% | 0.39% | - |
| XYZ | 6.34 | 9.97 | 4.28 | - |
| YUV | 78.71 | 110.1 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 47 | 0.51 | 0 | 0.53 | 0.61 | 117.74 | 0.36 | 0.29 |
| Hex | 31 | 64 | 2F | 33 | 0 | 35 | 3D | 76 | 24 | 1D |
| Octal | 61 | 144 | 57 | 63 | 0 | 65 | 75 | 166 | 44 | 35 |
| Binary | 110001 | 1100100 | 101111 | 110011 | 0 | 110101 | 111101 | 1110110 | 100100 | 11101 |
Color Harmonies of #31642F
Complementary color
Monochromatic Colors of #31642F
Black with #31642F
Text Example
Text Example
White with #31642F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31642F; }
p { color: rgb(49,100,47); }
H1.HeaderClassName
{
color: #31642F;
}
.AnyTagClassName
{
color: #31642F;
}
</style>
background-color css
<style>
a { background-color: #31642F; }
a { background-color: rgb(49,100,47); }
div.DivClassName
{
background-color: #31642F;
}
.BgClassName
{
background-color: #31642F;
}
</style>
border-color css
<style>
span { border-color: #31642F; }
span { border-color: rgb(49,100,47); }
td.TdClassName
{
border-color: #31642F;
}
.TagClassName
{
border-color: #31642F;
}
</style>