#206428

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

Shades of San Felix #206428

Tints of San Felix #206428

Color information

#206428 (or 0x206428) is unknown color: approx San Felix. HEX triplet: 20, 64 and 28. RGB value is (32,100,40). Sum of RGB (Red+Green+Blue) = 32+100+40=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 100 (39.45% from 255 or 58.14% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 100 - color contains mainly: green. Hex color #206428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206428 is #DF9BD7. Grayscale: #494949. Windows color (decimal): -14654424 or 2647072. OLE color: 2647072.

HSL color Cylindrical-coordinate representation of color #206428: hue angle of 127.06º degrees, saturation: 0.52, 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 #206428 is Cyan = 0.68, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.

Color convert

RGB3210040-
CMYK0.6800.60.61
HSL127.06º51.52%25.88%-
HSV(B)127.06º68%39.22%-
XYZ5.549.573.56-
YUV72.83109.4798.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.60%
GREEN value IS 100 (39.45% from 255) = 58.14%
BLUE value IS 40 (16.02% from 255) = 23.26%
R=18.60%
G=58.14%
B=23.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal32100400.6800.60.61127.0651.5225.88
Hex2064284403C3D7f341a
Octal4014450104074751776432
Binary100000110010010100010001000111100111101111111111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206428; }

 p { color: rgb(32,100,40); }

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

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

 a { background-color: rgb(32,100,40); }

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

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

 span { border-color: rgb(32,100,40); }

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