Shades of San Felix #26611F
Tints of San Felix #26611F
RGB
CMYK
RGB Variations
Color information
#26611F (or 0x26611F) is known color: San Felix. HEX triplet: 26, 61 and 1F. RGB value is (38,97,31). Sum of RGB (Red+Green+Blue) = 38+97+31=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #26611F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26611F is #D99EE0. Grayscale: #484848. Windows color (decimal): -14261985 or 2056486. OLE color: 2056486.
HSL color Cylindrical-coordinate representation of color #26611F: hue angle of 113.64º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26611F is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 97 | 31 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.62 |
| HSL | 113.64º | 0.52% | 0.25% | - |
| HSV(B) | 113.64º | 0.68% | 0.38% | - |
| XYZ | 5.32 | 9.06 | 2.76 | - |
| YUV | 71.84 | 104.95 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 97 | 31 | 0.61 | 0 | 0.68 | 0.62 | 113.64 | 0.52 | 0.25 |
| Hex | 26 | 61 | 1F | 3D | 0 | 44 | 3E | 72 | 34 | 19 |
| Octal | 46 | 141 | 37 | 75 | 0 | 104 | 76 | 162 | 64 | 31 |
| Binary | 100110 | 1100001 | 11111 | 111101 | 0 | 1000100 | 111110 | 1110010 | 110100 | 11001 |
Color Harmonies of #26611F
Complementary color
Monochromatic Colors of #26611F
Black with #26611F
Text Example
Text Example
White with #26611F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26611F; }
p { color: rgb(38,97,31); }
H1.HeaderClassName
{
color: #26611F;
}
.AnyTagClassName
{
color: #26611F;
}
</style>
background-color css
<style>
a { background-color: #26611F; }
a { background-color: rgb(38,97,31); }
div.DivClassName
{
background-color: #26611F;
}
.BgClassName
{
background-color: #26611F;
}
</style>
border-color css
<style>
span { border-color: #26611F; }
span { border-color: rgb(38,97,31); }
td.TdClassName
{
border-color: #26611F;
}
.TagClassName
{
border-color: #26611F;
}
</style>