#216319

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

Shades of San Felix #216319

Tints of San Felix #216319

Color information

#216319 (or 0x216319) is unknown color: approx San Felix. HEX triplet: 21, 63 and 19. RGB value is (33,99,25). Sum of RGB (Red+Green+Blue) = 33+99+25=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 99 (39.06% from 255 or 63.06% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 99 - color contains mainly: green. Hex color #216319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216319 is #DE9CE6. Grayscale: #474747. Windows color (decimal): -14589159 or 1663777. OLE color: 1663777.

HSL color Cylindrical-coordinate representation of color #216319: hue angle of 113.51º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #216319 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB339925-
CMYK0.6700.750.61
HSL113.51º59.68%24.31%-
HSV(B)113.51º74.75%38.82%-
XYZ5.269.322.44-
YUV70.83102.13101.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.02%
GREEN value IS 99 (39.06% from 255) = 63.06%
BLUE value IS 25 (10.16% from 255) = 15.92%
R=21.02%
G=63.06%
B=15.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3399250.6700.750.61113.5159.6824.31
Hex2163194304B3D723c18
Octal41143311030113751627430
Binary100001110001111001100001101001011111101111001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216319; }

 p { color: rgb(33,99,25); }

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

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

 a { background-color: rgb(33,99,25); }

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

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

 span { border-color: rgb(33,99,25); }

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