#20661B

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

Shades of San Felix #20661B

Tints of San Felix #20661B

Color information

#20661B (or 0x20661B) is unknown color: approx San Felix. HEX triplet: 20, 66 and 1B. RGB value is (32,102,27). Sum of RGB (Red+Green+Blue) = 32+102+27=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 102 (40.23% from 255 or 63.35% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 102 - color contains mainly: green. Hex color #20661B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20661B is #DF99E4. Grayscale: #484848. Windows color (decimal): -14653925 or 1795616. OLE color: 1795616.

HSL color Cylindrical-coordinate representation of color #20661B: hue angle of 116º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20661B is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB3210227-
CMYK0.6900.740.6
HSL116º58.14%25.29%-
HSV(B)116º73.53%40%-
XYZ5.549.892.65-
YUV72.52102.3199.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.88%
GREEN value IS 102 (40.23% from 255) = 63.35%
BLUE value IS 27 (10.94% from 255) = 16.77%
R=19.88%
G=63.35%
B=16.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal32102270.6900.740.611658.1425.29
Hex20661B4504A3C743a19
Octal40146331050112741647231
Binary100000110011011011100010101001010111100111010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20661B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20661B; }

 p { color: rgb(32,102,27); }

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

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

 a { background-color: rgb(32,102,27); }

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

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

 span { border-color: rgb(32,102,27); }

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