#206816

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

Shades of San Felix #206816

Tints of San Felix #206816

Color information

#206816 (or 0x206816) is unknown color: approx San Felix. HEX triplet: 20, 68 and 16. RGB value is (32,104,22). Sum of RGB (Red+Green+Blue) = 32+104+22=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 104 (41.02% from 255 or 65.82% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 104 - color contains mainly: green. Hex color #206816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206816 is #DF97E9. Grayscale: #494949. Windows color (decimal): -14653418 or 1468448. OLE color: 1468448.

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

Color convert

RGB3210422-
CMYK0.6900.790.59
HSL112.68º65.08%24.71%-
HSV(B)112.68º78.85%40.78%-
XYZ5.6910.272.44-
YUV73.1299.1598.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.25%
GREEN value IS 104 (41.02% from 255) = 65.82%
BLUE value IS 22 (8.98% from 255) = 13.92%
R=20.25%
G=65.82%
B=13.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32104220.6900.790.59112.6865.0824.71
Hex2068164504F3B714119
Octal401502610501177316110131
Binary1000001101000101101000101010011111110111110001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206816; }

 p { color: rgb(32,104,22); }

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

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

 a { background-color: rgb(32,104,22); }

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

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

 span { border-color: rgb(32,104,22); }

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