#20772D

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

Shades of San Felix #20772D

Tints of San Felix #20772D

Color information

#20772D (or 0x20772D) is unknown color: approx San Felix. HEX triplet: 20, 77 and 2D. RGB value is (32,119,45). Sum of RGB (Red+Green+Blue) = 32+119+45=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 119 (46.88% from 255 or 60.71% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 119 - color contains mainly: green. Hex color #20772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20772D is #DF88D2. Grayscale: #545454. Windows color (decimal): -14649555 or 2979616. OLE color: 2979616.

HSL color Cylindrical-coordinate representation of color #20772D: hue angle of 128.97º 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 #20772D is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB3211945-
CMYK0.7300.620.53
HSL128.97º57.62%29.61%-
HSV(B)128.97º73.11%46.67%-
XYZ7.6713.694.72-
YUV84.55105.6890.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.33%
GREEN value IS 119 (46.88% from 255) = 60.71%
BLUE value IS 45 (17.97% from 255) = 22.96%
R=16.33%
G=60.71%
B=22.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32119450.7300.620.53128.9757.6229.61
Hex20772D4903E35813a1e
Octal4016755111076652017236
Binary1000001110111101101100100101111101101011000000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20772D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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