#216B16

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

Shades of San Felix #216B16

Tints of San Felix #216B16

Color information

#216B16 (or 0x216B16) is unknown color: approx San Felix. HEX triplet: 21, 6B and 16. RGB value is (33,107,22). Sum of RGB (Red+Green+Blue) = 33+107+22=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 107 (42.19% from 255 or 66.05% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 107 - color contains mainly: green. Hex color #216B16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216B16 is #DE94E9. Grayscale: #4B4B4B. Windows color (decimal): -14587114 or 1469217. OLE color: 1469217.

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

Color convert

RGB3310722-
CMYK0.6900.790.58
HSL112.24º65.89%25.29%-
HSV(B)112.24º79.44%41.96%-
XYZ6.0310.92.54-
YUV75.1897.9897.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.37%
GREEN value IS 107 (42.19% from 255) = 66.05%
BLUE value IS 22 (8.98% from 255) = 13.58%
R=20.37%
G=66.05%
B=13.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33107220.6900.790.58112.2465.8925.29
Hex216B164504F3A704219
Octal411532610501177216010231
Binary1000011101011101101000101010011111110101110000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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