#217524

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

Shades of San Felix #217524

Tints of San Felix #217524

Color information

#217524 (or 0x217524) is unknown color: approx San Felix. HEX triplet: 21, 75 and 24. RGB value is (33,117,36). Sum of RGB (Red+Green+Blue) = 33+117+36=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 117 (46.09% from 255 or 62.90% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 117 - color contains mainly: green. Hex color #217524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217524 is #DE8ADB. Grayscale: #525252. Windows color (decimal): -14584540 or 2389281. OLE color: 2389281.

HSL color Cylindrical-coordinate representation of color #217524: hue angle of 122.14º 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 #217524 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB3311736-
CMYK0.7200.690.54
HSL122.14º56%29.41%-
HSV(B)122.14º71.79%45.88%-
XYZ7.3113.173.83-
YUV82.65101.6792.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.74%
GREEN value IS 117 (46.09% from 255) = 62.90%
BLUE value IS 36 (14.45% from 255) = 19.35%
R=17.74%
G=62.90%
B=19.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33117360.7200.690.54122.145629.41
Hex21752448045367a381d
Octal41165441100105661727035
Binary1000011110101100100100100001000101110110111101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217524; }

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

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

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

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

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

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

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

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