#216821

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

Shades of San Felix #216821

Tints of San Felix #216821

Color information

#216821 (or 0x216821) is unknown color: approx San Felix. HEX triplet: 21, 68 and 21. RGB value is (33,104,33). Sum of RGB (Red+Green+Blue) = 33+104+33=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 104 (41.02% from 255 or 61.18% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 104 - color contains mainly: green. Hex color #216821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216821 is #DE97DE. Grayscale: #4A4A4A. Windows color (decimal): -14587871 or 2189345. OLE color: 2189345.

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

Color convert

RGB3310433-
CMYK0.6800.680.59
HSL120º51.82%26.86%-
HSV(B)120º68.27%40.78%-
XYZ5.8510.333.13-
YUV74.68104.4898.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.41%
GREEN value IS 104 (41.02% from 255) = 61.18%
BLUE value IS 33 (13.28% from 255) = 19.41%
R=19.41%
G=61.18%
B=19.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33104330.6800.680.5912051.8226.86
Hex216821440443B78341b
Octal41150411040104731706433
Binary1000011101000100001100010001000100111011111100011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216821; }

 p { color: rgb(33,104,33); }

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

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

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

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

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

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

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