#226621

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

Shades of San Felix #226621

Tints of San Felix #226621

Color information

#226621 (or 0x226621) is unknown color: approx San Felix. HEX triplet: 22, 66 and 21. RGB value is (34,102,33). Sum of RGB (Red+Green+Blue) = 34+102+33=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 102 (40.23% from 255 or 60.36% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 102 - color contains mainly: green. Hex color #226621 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226621 is #DD99DE. Grayscale: #4A4A4A. Windows color (decimal): -14522847 or 2188834. OLE color: 2188834.

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

Color convert

RGB3410233-
CMYK0.6700.680.6
HSL119.13º51.11%26.47%-
HSV(B)119.13º67.65%40%-
XYZ5.699.953.06-
YUV73.8104.9799.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.12%
GREEN value IS 102 (40.23% from 255) = 60.36%
BLUE value IS 33 (13.28% from 255) = 19.53%
R=20.12%
G=60.36%
B=19.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal34102330.6700.680.6119.1351.1126.47
Hex226621430443C77331a
Octal42146411030104741676332
Binary1000101100110100001100001101000100111100111011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226621; }

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

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

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

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

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

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

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

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