#226622

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

Shades of San Felix #226622

Tints of San Felix #226622

Color information

#226622 (or 0x226622) is unknown color: approx San Felix. HEX triplet: 22, 66 and 22. RGB value is (34,102,34). Sum of RGB (Red+Green+Blue) = 34+102+34=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 102 (40.23% from 255 or 60% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 102 - color contains mainly: green. Hex color #226622 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226622 is #DD99DD. Grayscale: #4A4A4A. Windows color (decimal): -14522846 or 2254370. OLE color: 2254370.

HSL color Cylindrical-coordinate representation of color #226622: hue angle of 120º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #226622 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.6.

Color convert

RGB3410234-
CMYK0.6700.670.6
HSL120º50%26.67%-
HSV(B)120º66.67%40%-
XYZ5.79.963.14-
YUV73.92105.4799.53-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20%
GREEN value IS 102 (40.23% from 255) = 60%
BLUE value IS 34 (13.67% from 255) = 20%
R=20%
G=60%
B=20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal34102340.6700.670.61205026.67
Hex226622430433C78321b
Octal42146421030103741706233
Binary1000101100110100010100001101000011111100111100011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226622; }

 p { color: rgb(34,102,34); }

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

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

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

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

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

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

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