Shades of San Felix #14641B
Tints of San Felix #14641B
RGB
CMYK
RGB Variations
Color information
#14641B (or 0x14641B) is known color: San Felix. HEX triplet: 14, 64 and 1B. RGB value is (20,100,27). Sum of RGB (Red+Green+Blue) = 20+100+27=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 100 (39.45% from 255 or 68.03% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 100 - color contains mainly: green. Hex color #14641B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14641B is #EB9BE4. Grayscale: #434343. Windows color (decimal): -15440869 or 1795092. OLE color: 1795092.
HSL color Cylindrical-coordinate representation of color #14641B: hue angle of 125.25º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14641B is Cyan = 0.8, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 100 | 27 | - |
| CMYK | 0.8 | 0 | 0.73 | 0.61 |
| HSL | 125.25º | 0.67% | 0.24% | - |
| HSV(B) | 125.25º | 0.8% | 0.39% | - |
| XYZ | 5.04 | 9.34 | 2.57 | - |
| YUV | 67.76 | 105 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 27 | 0.8 | 0 | 0.73 | 0.61 | 125.25 | 0.67 | 0.24 |
| Hex | 14 | 64 | 1B | 50 | 0 | 49 | 3D | 7D | 43 | 18 |
| Octal | 24 | 144 | 33 | 120 | 0 | 111 | 75 | 175 | 103 | 30 |
| Binary | 10100 | 1100100 | 11011 | 1010000 | 0 | 1001001 | 111101 | 1111101 | 1000011 | 11000 |
Color Harmonies of #14641B
Complementary color
Monochromatic Colors of #14641B
Black with #14641B
Text Example
Text Example
White with #14641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14641B; }
p { color: rgb(20,100,27); }
H1.HeaderClassName
{
color: #14641B;
}
.AnyTagClassName
{
color: #14641B;
}
</style>
background-color css
<style>
a { background-color: #14641B; }
a { background-color: rgb(20,100,27); }
div.DivClassName
{
background-color: #14641B;
}
.BgClassName
{
background-color: #14641B;
}
</style>
border-color css
<style>
span { border-color: #14641B; }
span { border-color: rgb(20,100,27); }
td.TdClassName
{
border-color: #14641B;
}
.TagClassName
{
border-color: #14641B;
}
</style>