#217224

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

Shades of San Felix #217224

Tints of San Felix #217224

Color information

#217224 (or 0x217224) is unknown color: approx San Felix. HEX triplet: 21, 72 and 24. RGB value is (33,114,36). Sum of RGB (Red+Green+Blue) = 33+114+36=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 114 (44.92% from 255 or 62.30% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 114 - color contains mainly: green. Hex color #217224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217224 is #DE8DDB. Grayscale: #515151. Windows color (decimal): -14585308 or 2388513. OLE color: 2388513.

HSL color Cylindrical-coordinate representation of color #217224: hue angle of 122.22º 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 #217224 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB3311436-
CMYK0.7100.680.55
HSL122.22º55.1%28.82%-
HSV(B)122.22º71.05%44.71%-
XYZ6.9612.493.71-
YUV80.89102.6693.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.03%
GREEN value IS 114 (44.92% from 255) = 62.30%
BLUE value IS 36 (14.45% from 255) = 19.67%
R=18.03%
G=62.30%
B=19.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33114360.7100.680.55122.2255.128.82
Hex21722447044377a371d
Octal41162441070104671726735
Binary1000011110010100100100011101000100110111111101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217224; }

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

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

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

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

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

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

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

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