Shades of San Felix #20641B
Tints of San Felix #20641B
RGB
CMYK
RGB Variations
Color information
#20641B (or 0x20641B) is known color: San Felix. HEX triplet: 20, 64 and 1B. RGB value is (32,100,27). Sum of RGB (Red+Green+Blue) = 32+100+27=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 100 (39.45% from 255 or 62.89% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 100 - color contains mainly: green. Hex color #20641B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20641B is #DF9BE4. Grayscale: #474747. Windows color (decimal): -14654437 or 1795104. OLE color: 1795104.
HSL color Cylindrical-coordinate representation of color #20641B: hue angle of 115.89º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20641B is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 100 | 27 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.61 |
| HSL | 115.89º | 0.57% | 0.25% | - |
| HSV(B) | 115.89º | 0.73% | 0.39% | - |
| XYZ | 5.35 | 9.5 | 2.59 | - |
| YUV | 71.35 | 102.97 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 100 | 27 | 0.68 | 0 | 0.73 | 0.61 | 115.89 | 0.57 | 0.25 |
| Hex | 20 | 64 | 1B | 44 | 0 | 49 | 3D | 74 | 39 | 19 |
| Octal | 40 | 144 | 33 | 104 | 0 | 111 | 75 | 164 | 71 | 31 |
| Binary | 100000 | 1100100 | 11011 | 1000100 | 0 | 1001001 | 111101 | 1110100 | 111001 | 11001 |
Color Harmonies of #20641B
Complementary color
Monochromatic Colors of #20641B
Black with #20641B
Text Example
Text Example
White with #20641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20641B; }
p { color: rgb(32,100,27); }
H1.HeaderClassName
{
color: #20641B;
}
.AnyTagClassName
{
color: #20641B;
}
</style>
background-color css
<style>
a { background-color: #20641B; }
a { background-color: rgb(32,100,27); }
div.DivClassName
{
background-color: #20641B;
}
.BgClassName
{
background-color: #20641B;
}
</style>
border-color css
<style>
span { border-color: #20641B; }
span { border-color: rgb(32,100,27); }
td.TdClassName
{
border-color: #20641B;
}
.TagClassName
{
border-color: #20641B;
}
</style>