#216B19

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

Shades of San Felix #216B19

Tints of San Felix #216B19

Color information

#216B19 (or 0x216B19) is unknown color: approx San Felix. HEX triplet: 21, 6B and 19. RGB value is (33,107,25). Sum of RGB (Red+Green+Blue) = 33+107+25=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 107 (42.19% from 255 or 64.85% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 107 - color contains mainly: green. Hex color #216B19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216B19 is #DE94E6. Grayscale: #4B4B4B. Windows color (decimal): -14587111 or 1665825. OLE color: 1665825.

HSL color Cylindrical-coordinate representation of color #216B19: hue angle of 114.15º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #216B19 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.

Color convert

RGB3310725-
CMYK0.6900.770.58
HSL114.15º62.12%25.88%-
HSV(B)114.15º76.64%41.96%-
XYZ6.0610.912.71-
YUV75.5399.4897.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20%
GREEN value IS 107 (42.19% from 255) = 64.85%
BLUE value IS 25 (10.16% from 255) = 15.15%
R=20%
G=64.85%
B=15.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33107250.6900.770.58114.1562.1225.88
Hex216B194504D3A723e1a
Octal41153311050115721627632
Binary100001110101111001100010101001101111010111001011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216B19; }

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

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

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

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

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

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

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

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