Shades of San Felix #27651B
Tints of San Felix #27651B
RGB
CMYK
RGB Variations
Color information
#27651B (or 0x27651B) is known color: San Felix. HEX triplet: 27, 65 and 1B. RGB value is (39,101,27). Sum of RGB (Red+Green+Blue) = 39+101+27=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 101 (39.84% from 255 or 60.48% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 101 - color contains mainly: green. Hex color #27651B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27651B is #D89AE4. Grayscale: #4A4A4A. Windows color (decimal): -14195429 or 1795367. OLE color: 1795367.
HSL color Cylindrical-coordinate representation of color #27651B: hue angle of 110.27º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27651B is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 39 | 101 | 27 | - |
| CMYK | 0.61 | 0 | 0.73 | 0.60 |
| HSL | 110.27º | 0.58% | 0.25% | - |
| HSV(B) | 110.27º | 0.73% | 0.4% | - |
| XYZ | 5.69 | 9.82 | 2.63 | - |
| YUV | 74.03 | 101.46 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 101 | 27 | 0.61 | 0 | 0.73 | 0.60 | 110.27 | 0.58 | 0.25 |
| Hex | 27 | 65 | 1B | 3D | 0 | 49 | 3C | 6E | 3A | 19 |
| Octal | 47 | 145 | 33 | 75 | 0 | 111 | 74 | 156 | 72 | 31 |
| Binary | 100111 | 1100101 | 11011 | 111101 | 0 | 1001001 | 111100 | 1101110 | 111010 | 11001 |
Color Harmonies of #27651B
Complementary color
Monochromatic Colors of #27651B
Black with #27651B
Text Example
Text Example
White with #27651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27651B; }
p { color: rgb(39,101,27); }
H1.HeaderClassName
{
color: #27651B;
}
.AnyTagClassName
{
color: #27651B;
}
</style>
background-color css
<style>
a { background-color: #27651B; }
a { background-color: rgb(39,101,27); }
div.DivClassName
{
background-color: #27651B;
}
.BgClassName
{
background-color: #27651B;
}
</style>
border-color css
<style>
span { border-color: #27651B; }
span { border-color: rgb(39,101,27); }
td.TdClassName
{
border-color: #27651B;
}
.TagClassName
{
border-color: #27651B;
}
</style>