#216924

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

Shades of San Felix #216924

Tints of San Felix #216924

Color information

#216924 (or 0x216924) is unknown color: approx San Felix. HEX triplet: 21, 69 and 24. RGB value is (33,105,36). Sum of RGB (Red+Green+Blue) = 33+105+36=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 105 (41.41% from 255 or 60.34% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 105 - color contains mainly: green. Hex color #216924 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216924 is #DE96DB. Grayscale: #4B4B4B. Windows color (decimal): -14587612 or 2386209. OLE color: 2386209.

HSL color Cylindrical-coordinate representation of color #216924: hue angle of 122.5º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216924 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB3310536-
CMYK0.6900.660.59
HSL122.5º52.17%27.06%-
HSV(B)122.5º68.57%41.18%-
XYZ610.553.39-
YUV75.61105.6597.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.97%
GREEN value IS 105 (41.41% from 255) = 60.34%
BLUE value IS 36 (14.45% from 255) = 20.69%
R=18.97%
G=60.34%
B=20.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33105360.6900.660.59122.552.1727.06
Hex216924450423B7a341b
Octal41151441050102731726433
Binary1000011101001100100100010101000010111011111101011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216924; }

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

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

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

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

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

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

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

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