#217321

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

Shades of San Felix #217321

Tints of San Felix #217321

Color information

#217321 (or 0x217321) is unknown color: approx San Felix. HEX triplet: 21, 73 and 21. RGB value is (33,115,33). Sum of RGB (Red+Green+Blue) = 33+115+33=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 115 (45.31% from 255 or 63.54% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 115 - color contains mainly: green. Hex color #217321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217321 is #DE8CDE. Grayscale: #515151. Windows color (decimal): -14585055 or 2192161. OLE color: 2192161.

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

Color convert

RGB3311533-
CMYK0.7100.710.55
HSL120º55.41%29.02%-
HSV(B)120º71.3%45.1%-
XYZ7.0312.693.52-
YUV81.13100.8393.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.23%
GREEN value IS 115 (45.31% from 255) = 63.54%
BLUE value IS 33 (13.28% from 255) = 18.23%
R=18.23%
G=63.54%
B=18.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33115330.7100.710.5512055.4129.02
Hex217321470473778371d
Octal41163411070107671706735
Binary1000011110011100001100011101000111110111111100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217321; }

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

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

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

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

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

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

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

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