#216020

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

Shades of San Felix #216020

Tints of San Felix #216020

Color information

#216020 (or 0x216020) is unknown color: approx San Felix. HEX triplet: 21, 60 and 20. RGB value is (33,96,32). Sum of RGB (Red+Green+Blue) = 33+96+32=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 96 (37.89% from 255 or 59.63% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 96 - color contains mainly: green. Hex color #216020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216020 is #DE9FDF. Grayscale: #464646. Windows color (decimal): -14589920 or 2121761. OLE color: 2121761.

HSL color Cylindrical-coordinate representation of color #216020: hue angle of 119.06º degrees, saturation: 0.5, 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 #216020 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB339632-
CMYK0.6600.670.62
HSL119.06º50%25.1%-
HSV(B)119.06º66.67%37.65%-
XYZ5.078.792.8-
YUV69.87106.63101.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.50%
GREEN value IS 96 (37.89% from 255) = 59.63%
BLUE value IS 32 (12.89% from 255) = 19.88%
R=20.50%
G=59.63%
B=19.88%

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
Decimal3396320.6600.670.62119.065025.1
Hex216020420433E773219
Octal41140401020103761676231
Binary1000011100000100000100001001000011111110111011111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216020; }

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

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

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

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

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

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

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

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