#226916

Color #226916 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #226916

Tints of San Felix #226916

Color information

#226916 (or 0x226916) is unknown color: approx San Felix. HEX triplet: 22, 69 and 16. RGB value is (34,105,22). Sum of RGB (Red+Green+Blue) = 34+105+22=161 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.12% from 161); Green value is 105 (41.41% from 255 or 65.22% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 105 - color contains mainly: green. Hex color #226916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226916 is #DD96E9. Grayscale: #4A4A4A. Windows color (decimal): -14522090 or 1468706. OLE color: 1468706.

HSL color Cylindrical-coordinate representation of color #226916: hue angle of 111.33º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #226916 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB3410522-
CMYK0.6800.790.59
HSL111.33º65.35%24.9%-
HSV(B)111.33º79.05%41.18%-
XYZ5.8610.52.48-
YUV74.3198.4899.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 21.12%
GREEN value IS 105 (41.41% from 255) = 65.22%
BLUE value IS 22 (8.98% from 255) = 13.66%
R=21.12%
G=65.22%
B=13.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34105220.6800.790.59111.3365.3524.9
Hex2269164404F3B6f4119
Octal421512610401177315710131
Binary1000101101001101101000100010011111110111101111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226916; }

 p { color: rgb(34,105,22); }

 H1.HeaderClassName
 {
   color: #226916;
 }
 .AnyTagClassName
 {
   color: #226916;
 }
</style>
background-color css

<style>
 a { background-color: #226916; }

 a { background-color: rgb(34,105,22); }

 div.DivClassName
 {
   background-color: #226916;
 }
 .BgClassName
 {
   background-color: #226916;
 }
</style>
border-color css

<style>
 span { border-color: #226916; }

 span { border-color: rgb(34,105,22); }

 td.TdClassName
 {
   border-color: #226916;
 }
 .TagClassName
 {
   border-color: #226916;
 }
</style>