#206429

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

Shades of San Felix #206429

Tints of San Felix #206429

Color information

#206429 (or 0x206429) is unknown color: approx San Felix. HEX triplet: 20, 64 and 29. RGB value is (32,100,41). Sum of RGB (Red+Green+Blue) = 32+100+41=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 100 (39.45% from 255 or 57.80% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 100 - color contains mainly: green. Hex color #206429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206429 is #DF9BD6. Grayscale: #494949. Windows color (decimal): -14654423 or 2712608. OLE color: 2712608.

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

Color convert

RGB3210041-
CMYK0.6800.590.61
HSL127.94º51.52%25.88%-
HSV(B)127.94º68%39.22%-
XYZ5.559.583.65-
YUV72.94109.9798.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.50%
GREEN value IS 100 (39.45% from 255) = 57.80%
BLUE value IS 41 (16.41% from 255) = 23.70%
R=18.50%
G=57.80%
B=23.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal32100410.6800.590.61127.9451.5225.88
Hex2064294403B3D80341a
Octal4014451104073752006432
Binary1000001100100101001100010001110111111011000000011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206429; }

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

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

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

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

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

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

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

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