#206321

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

Shades of San Felix #206321

Tints of San Felix #206321

Color information

#206321 (or 0x206321) is unknown color: approx San Felix. HEX triplet: 20, 63 and 21. RGB value is (32,99,33). Sum of RGB (Red+Green+Blue) = 32+99+33=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 99 (39.06% from 255 or 60.37% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 99 - color contains mainly: green. Hex color #206321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206321 is #DF9CDE. Grayscale: #474747. Windows color (decimal): -14654687 or 2188064. OLE color: 2188064.

HSL color Cylindrical-coordinate representation of color #206321: hue angle of 120.9º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206321 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB329933-
CMYK0.6800.670.61
HSL120.9º51.15%25.69%-
HSV(B)120.9º67.68%38.82%-
XYZ5.339.342.96-
YUV71.44106.399.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.51%
GREEN value IS 99 (39.06% from 255) = 60.37%
BLUE value IS 33 (13.28% from 255) = 20.12%
R=19.51%
G=60.37%
B=20.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3299330.6800.670.61120.951.1525.69
Hex206321440433D79331a
Octal40143411040103751716332
Binary1000001100011100001100010001000011111101111100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206321; }

 p { color: rgb(32,99,33); }

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

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

 a { background-color: rgb(32,99,33); }

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

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

 span { border-color: rgb(32,99,33); }

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