Shades of San Felix #27632A
Tints of San Felix #27632A
RGB
CMYK
RGB Variations
Color information
#27632A (or 0x27632A) is known color: San Felix. HEX triplet: 27, 63 and 2A. RGB value is (39,99,42). Sum of RGB (Red+Green+Blue) = 39+99+42=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 99 (39.06% from 255 or 55% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 99 - color contains mainly: green. Hex color #27632A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27632A is #D89CD5. Grayscale: #4A4A4A. Windows color (decimal): -14195926 or 2777895. OLE color: 2777895.
HSL color Cylindrical-coordinate representation of color #27632A: hue angle of 123º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #27632A is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 39 | 99 | 42 | - |
| CMYK | 0.61 | 0 | 0.58 | 0.61 |
| HSL | 123º | 0.43% | 0.27% | - |
| HSV(B) | 123º | 0.61% | 0.39% | - |
| XYZ | 5.72 | 9.52 | 3.73 | - |
| YUV | 74.56 | 109.62 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 99 | 42 | 0.61 | 0 | 0.58 | 0.61 | 123 | 0.43 | 0.27 |
| Hex | 27 | 63 | 2A | 3D | 0 | 3A | 3D | 7B | 2B | 1B |
| Octal | 47 | 143 | 52 | 75 | 0 | 72 | 75 | 173 | 53 | 33 |
| Binary | 100111 | 1100011 | 101010 | 111101 | 0 | 111010 | 111101 | 1111011 | 101011 | 11011 |
Color Harmonies of #27632A
Complementary color
Monochromatic Colors of #27632A
Black with #27632A
Text Example
Text Example
White with #27632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27632A; }
p { color: rgb(39,99,42); }
H1.HeaderClassName
{
color: #27632A;
}
.AnyTagClassName
{
color: #27632A;
}
</style>
background-color css
<style>
a { background-color: #27632A; }
a { background-color: rgb(39,99,42); }
div.DivClassName
{
background-color: #27632A;
}
.BgClassName
{
background-color: #27632A;
}
</style>
border-color css
<style>
span { border-color: #27632A; }
span { border-color: rgb(39,99,42); }
td.TdClassName
{
border-color: #27632A;
}
.TagClassName
{
border-color: #27632A;
}
</style>