#216224

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

Shades of San Felix #216224

Tints of San Felix #216224

Color information

#216224 (or 0x216224) is unknown color: approx San Felix. HEX triplet: 21, 62 and 24. RGB value is (33,98,36). Sum of RGB (Red+Green+Blue) = 33+98+36=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 98 (38.67% from 255 or 58.68% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 98 - color contains mainly: green. Hex color #216224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216224 is #DE9DDB. Grayscale: #474747. Windows color (decimal): -14589404 or 2384417. OLE color: 2384417.

HSL color Cylindrical-coordinate representation of color #216224: hue angle of 122.77º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #216224 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB339836-
CMYK0.6600.630.62
HSL122.77º49.62%25.69%-
HSV(B)122.77º66.33%38.43%-
XYZ5.319.193.16-
YUV71.5107.97100.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.76%
GREEN value IS 98 (38.67% from 255) = 58.68%
BLUE value IS 36 (14.45% from 255) = 21.56%
R=19.76%
G=58.68%
B=21.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3398360.6600.630.62122.7749.6225.69
Hex2162244203F3E7b321a
Octal4114244102077761736232
Binary100001110001010010010000100111111111110111101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216224; }

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

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

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

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

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

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

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

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