Shades of San Felix #26752C
Tints of San Felix #26752C
RGB
CMYK
RGB Variations
Color information
#26752C (or 0x26752C) is known color: San Felix. HEX triplet: 26, 75 and 2C. RGB value is (38,117,44). Sum of RGB (Red+Green+Blue) = 38+117+44=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #26752C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26752C is #D98AD3. Grayscale: #555555. Windows color (decimal): -14256852 or 2913574. OLE color: 2913574.
HSL color Cylindrical-coordinate representation of color #26752C: hue angle of 124.56º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26752C is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 117 | 44 | - |
| CMYK | 0.68 | 0 | 0.62 | 0.54 |
| HSL | 124.56º | 0.51% | 0.3% | - |
| HSV(B) | 124.56º | 0.68% | 0.46% | - |
| XYZ | 7.62 | 13.32 | 4.55 | - |
| YUV | 85.06 | 104.83 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 117 | 44 | 0.68 | 0 | 0.62 | 0.54 | 124.56 | 0.51 | 0.3 |
| Hex | 26 | 75 | 2C | 44 | 0 | 3E | 36 | 7D | 33 | 1E |
| Octal | 46 | 165 | 54 | 104 | 0 | 76 | 66 | 175 | 63 | 36 |
| Binary | 100110 | 1110101 | 101100 | 1000100 | 0 | 111110 | 110110 | 1111101 | 110011 | 11110 |
Color Harmonies of #26752C
Complementary color
Monochromatic Colors of #26752C
Black with #26752C
Text Example
Text Example
White with #26752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26752C; }
p { color: rgb(38,117,44); }
H1.HeaderClassName
{
color: #26752C;
}
.AnyTagClassName
{
color: #26752C;
}
</style>
background-color css
<style>
a { background-color: #26752C; }
a { background-color: rgb(38,117,44); }
div.DivClassName
{
background-color: #26752C;
}
.BgClassName
{
background-color: #26752C;
}
</style>
border-color css
<style>
span { border-color: #26752C; }
span { border-color: rgb(38,117,44); }
td.TdClassName
{
border-color: #26752C;
}
.TagClassName
{
border-color: #26752C;
}
</style>