#20772C

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

Shades of San Felix #20772C

Tints of San Felix #20772C

Color information

#20772C (or 0x20772C) is unknown color: approx San Felix. HEX triplet: 20, 77 and 2C. RGB value is (32,119,44). Sum of RGB (Red+Green+Blue) = 32+119+44=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 119 (46.88% from 255 or 61.03% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 119 - color contains mainly: green. Hex color #20772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20772C is #DF88D3. Grayscale: #545454. Windows color (decimal): -14649556 or 2914080. OLE color: 2914080.

HSL color Cylindrical-coordinate representation of color #20772C: hue angle of 128.28º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20772C is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB3211944-
CMYK0.7300.630.53
HSL128.28º57.62%29.61%-
HSV(B)128.28º73.11%46.67%-
XYZ7.6513.684.62-
YUV84.44105.1890.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.41%
GREEN value IS 119 (46.88% from 255) = 61.03%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=16.41%
G=61.03%
B=22.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32119440.7300.630.53128.2857.6229.61
Hex20772C4903F35803a1e
Octal4016754111077652007236
Binary1000001110111101100100100101111111101011000000011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20772C; }

 p { color: rgb(32,119,44); }

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

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

 a { background-color: rgb(32,119,44); }

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

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

 span { border-color: rgb(32,119,44); }

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