#217421

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

Shades of San Felix #217421

Tints of San Felix #217421

Color information

#217421 (or 0x217421) is unknown color: approx San Felix. HEX triplet: 21, 74 and 21. RGB value is (33,116,33). Sum of RGB (Red+Green+Blue) = 33+116+33=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 116 (45.70% from 255 or 63.74% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 116 - color contains mainly: green. Hex color #217421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217421 is #DE8BDE. Grayscale: #515151. Windows color (decimal): -14584799 or 2192417. OLE color: 2192417.

HSL color Cylindrical-coordinate representation of color #217421: hue angle of 120º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217421 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB3311633-
CMYK0.7200.720.55
HSL120º55.7%29.22%-
HSV(B)120º71.55%45.49%-
XYZ7.1512.923.56-
YUV81.72100.593.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.13%
GREEN value IS 116 (45.70% from 255) = 63.74%
BLUE value IS 33 (13.28% from 255) = 18.13%
R=18.13%
G=63.74%
B=18.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33116330.7200.720.5512055.729.22
Hex217421480483778381d
Octal41164411100110671707035
Binary1000011110100100001100100001001000110111111100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217421; }

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

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

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

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

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

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

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

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