#217522

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

Shades of San Felix #217522

Tints of San Felix #217522

Color information

#217522 (or 0x217522) is unknown color: approx San Felix. HEX triplet: 21, 75 and 22. RGB value is (33,117,34). Sum of RGB (Red+Green+Blue) = 33+117+34=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 117 (46.09% from 255 or 63.59% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 117 - color contains mainly: green. Hex color #217522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217522 is #DE8ADD. Grayscale: #525252. Windows color (decimal): -14584542 or 2258209. OLE color: 2258209.

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

Color convert

RGB3311734-
CMYK0.7200.710.54
HSL120.71º56%29.41%-
HSV(B)120.71º71.79%45.88%-
XYZ7.2813.163.67-
YUV82.42100.6792.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.93%
GREEN value IS 117 (46.09% from 255) = 63.59%
BLUE value IS 34 (13.67% from 255) = 18.48%
R=17.93%
G=63.59%
B=18.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33117340.7200.710.54120.715629.41
Hex217522480473679381d
Octal41165421100107661717035
Binary1000011110101100010100100001000111110110111100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217522; }

 p { color: rgb(33,117,34); }

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

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

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

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

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

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

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