Shades of San Felix #26651D
Tints of San Felix #26651D
RGB
CMYK
RGB Variations
Color information
#26651D (or 0x26651D) is known color: San Felix. HEX triplet: 26, 65 and 1D. RGB value is (38,101,29). Sum of RGB (Red+Green+Blue) = 38+101+29=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 101 (39.84% from 255 or 60.12% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 101 - color contains mainly: green. Hex color #26651D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26651D is #D99AE2. Grayscale: #4A4A4A. Windows color (decimal): -14260963 or 1926438. OLE color: 1926438.
HSL color Cylindrical-coordinate representation of color #26651D: hue angle of 112.5º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26651D is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 38 | 101 | 29 | - |
| CMYK | 0.62 | 0 | 0.71 | 0.60 |
| HSL | 112.5º | 0.55% | 0.25% | - |
| HSV(B) | 112.5º | 0.71% | 0.4% | - |
| XYZ | 5.67 | 9.81 | 2.76 | - |
| YUV | 73.96 | 102.63 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 101 | 29 | 0.62 | 0 | 0.71 | 0.60 | 112.5 | 0.55 | 0.25 |
| Hex | 26 | 65 | 1D | 3E | 0 | 47 | 3C | 70 | 37 | 19 |
| Octal | 46 | 145 | 35 | 76 | 0 | 107 | 74 | 160 | 67 | 31 |
| Binary | 100110 | 1100101 | 11101 | 111110 | 0 | 1000111 | 111100 | 1110000 | 110111 | 11001 |
Color Harmonies of #26651D
Complementary color
Monochromatic Colors of #26651D
Black with #26651D
Text Example
Text Example
White with #26651D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26651D; }
p { color: rgb(38,101,29); }
H1.HeaderClassName
{
color: #26651D;
}
.AnyTagClassName
{
color: #26651D;
}
</style>
background-color css
<style>
a { background-color: #26651D; }
a { background-color: rgb(38,101,29); }
div.DivClassName
{
background-color: #26651D;
}
.BgClassName
{
background-color: #26651D;
}
</style>
border-color css
<style>
span { border-color: #26651D; }
span { border-color: rgb(38,101,29); }
td.TdClassName
{
border-color: #26651D;
}
.TagClassName
{
border-color: #26651D;
}
</style>