#206813

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

Shades of San Felix #206813

Tints of San Felix #206813

Color information

#206813 (or 0x206813) is unknown color: approx San Felix. HEX triplet: 20, 68 and 13. RGB value is (32,104,19). Sum of RGB (Red+Green+Blue) = 32+104+19=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 104 (41.02% from 255 or 67.10% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 104 - color contains mainly: green. Hex color #206813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206813 is #DF97EC. Grayscale: #494949. Windows color (decimal): -14653421 or 1271840. OLE color: 1271840.

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

Color convert

RGB3210419-
CMYK0.6900.820.59
HSL110.82º69.11%24.12%-
HSV(B)110.82º81.73%40.78%-
XYZ5.6610.252.3-
YUV72.7897.6598.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.65%
GREEN value IS 104 (41.02% from 255) = 67.10%
BLUE value IS 19 (7.81% from 255) = 12.26%
R=20.65%
G=67.10%
B=12.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32104190.6900.820.59110.8269.1124.12
Hex206813450523B6f4518
Octal401502310501227315710530
Binary1000001101000100111000101010100101110111101111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206813; }

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

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

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

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

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

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

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

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