#226620

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

Shades of San Felix #226620

Tints of San Felix #226620

Color information

#226620 (or 0x226620) is unknown color: approx San Felix. HEX triplet: 22, 66 and 20. RGB value is (34,102,32). Sum of RGB (Red+Green+Blue) = 34+102+32=168 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.24% from 168); Green value is 102 (40.23% from 255 or 60.71% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 102 - color contains mainly: green. Hex color #226620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226620 is #DD99DF. Grayscale: #494949. Windows color (decimal): -14522848 or 2123298. OLE color: 2123298.

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

Color convert

RGB3410232-
CMYK0.6700.690.6
HSL118.29º52.24%26.27%-
HSV(B)118.29º68.63%40%-
XYZ5.679.952.99-
YUV73.69104.4799.69-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.24%
GREEN value IS 102 (40.23% from 255) = 60.71%
BLUE value IS 32 (12.89% from 255) = 19.05%
R=20.24%
G=60.71%
B=19.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal34102320.6700.690.6118.2952.2426.27
Hex226620430453C76341a
Octal42146401030105741666432
Binary1000101100110100000100001101000101111100111011011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226620; }

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

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

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

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

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

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

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

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