Shades of San Felix #226A18
Tints of San Felix #226A18
RGB
CMYK
RGB Variations
Color information
#226A18 (or 0x226A18) is known color: San Felix. HEX triplet: 22, 6A and 18. RGB value is (34,106,24). Sum of RGB (Red+Green+Blue) = 34+106+24=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 106 (41.80% from 255 or 64.63% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 106 - color contains mainly: green. Hex color #226A18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226A18 is #DD95E7. Grayscale: #4B4B4B. Windows color (decimal): -14521832 or 1600034. OLE color: 1600034.
HSL color Cylindrical-coordinate representation of color #226A18: hue angle of 112.68º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #226A18 is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 106 | 24 | - |
| CMYK | 0.68 | 0 | 0.77 | 0.58 |
| HSL | 112.68º | 0.63% | 0.25% | - |
| HSV(B) | 112.68º | 0.77% | 0.42% | - |
| XYZ | 5.98 | 10.71 | 2.62 | - |
| YUV | 75.12 | 99.15 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 106 | 24 | 0.68 | 0 | 0.77 | 0.58 | 112.68 | 0.63 | 0.25 |
| Hex | 22 | 6A | 18 | 44 | 0 | 4D | 3A | 71 | 3F | 19 |
| Octal | 42 | 152 | 30 | 104 | 0 | 115 | 72 | 161 | 77 | 31 |
| Binary | 100010 | 1101010 | 11000 | 1000100 | 0 | 1001101 | 111010 | 1110001 | 111111 | 11001 |
Color Harmonies of #226A18
Complementary color
Monochromatic Colors of #226A18
Black with #226A18
Text Example
Text Example
White with #226A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226A18; }
p { color: rgb(34,106,24); }
H1.HeaderClassName
{
color: #226A18;
}
.AnyTagClassName
{
color: #226A18;
}
</style>
background-color css
<style>
a { background-color: #226A18; }
a { background-color: rgb(34,106,24); }
div.DivClassName
{
background-color: #226A18;
}
.BgClassName
{
background-color: #226A18;
}
</style>
border-color css
<style>
span { border-color: #226A18; }
span { border-color: rgb(34,106,24); }
td.TdClassName
{
border-color: #226A18;
}
.TagClassName
{
border-color: #226A18;
}
</style>