#216220

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

Shades of San Felix #216220

Tints of San Felix #216220

Color information

#216220 (or 0x216220) is unknown color: approx San Felix. HEX triplet: 21, 62 and 20. RGB value is (33,98,32). Sum of RGB (Red+Green+Blue) = 33+98+32=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 98 (38.67% from 255 or 60.12% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 98 - color contains mainly: green. Hex color #216220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216220 is #DE9DDF. Grayscale: #474747. Windows color (decimal): -14589408 or 2122273. OLE color: 2122273.

HSL color Cylindrical-coordinate representation of color #216220: hue angle of 119.09º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #216220 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB339832-
CMYK0.6600.670.62
HSL119.09º50.77%25.49%-
HSV(B)119.09º67.35%38.43%-
XYZ5.269.162.86-
YUV71.04105.97100.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.25%
GREEN value IS 98 (38.67% from 255) = 60.12%
BLUE value IS 32 (12.89% from 255) = 19.63%
R=20.25%
G=60.12%
B=19.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3398320.6600.670.62119.0950.7725.49
Hex216220420433E773319
Octal41142401020103761676331
Binary1000011100010100000100001001000011111110111011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216220; }

 p { color: rgb(33,98,32); }

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

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

 a { background-color: rgb(33,98,32); }

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

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

 span { border-color: rgb(33,98,32); }

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