#216716

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

Shades of San Felix #216716

Tints of San Felix #216716

Color information

#216716 (or 0x216716) is unknown color: approx San Felix. HEX triplet: 21, 67 and 16. RGB value is (33,103,22). Sum of RGB (Red+Green+Blue) = 33+103+22=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 103 (40.62% from 255 or 65.19% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 103 - color contains mainly: green. Hex color #216716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216716 is #DE98E9. Grayscale: #494949. Windows color (decimal): -14588138 or 1468193. OLE color: 1468193.

HSL color Cylindrical-coordinate representation of color #216716: hue angle of 111.85º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #216716 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB3310322-
CMYK0.6800.790.60
HSL111.85º64.8%24.51%-
HSV(B)111.85º78.64%40.39%-
XYZ5.6210.082.41-
YUV72.8499.3199.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.89%
GREEN value IS 103 (40.62% from 255) = 65.19%
BLUE value IS 22 (8.98% from 255) = 13.92%
R=20.89%
G=65.19%
B=13.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33103220.6800.790.60111.8564.824.51
Hex2167164404F3C704119
Octal411472610401177416010131
Binary1000011100111101101000100010011111111001110000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216716; }

 p { color: rgb(33,103,22); }

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

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

 a { background-color: rgb(33,103,22); }

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

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

 span { border-color: rgb(33,103,22); }

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