#20773A

Color #20773A Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #20773A

Tints of Camarone #20773A

Color information

#20773A (or 0x20773A) is unknown color: approx Camarone. HEX triplet: 20, 77 and 3A. RGB value is (32,119,58). Sum of RGB (Red+Green+Blue) = 32+119+58=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 119 (46.88% from 255 or 56.94% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 119 - color contains mainly: green. Hex color #20773A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20773A is #DF88C5. Grayscale: #565656. Windows color (decimal): -14649542 or 3831584. OLE color: 3831584.

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

Color convert

RGB3211958-
CMYK0.7300.510.53
HSL137.93º57.62%29.61%-
HSV(B)137.93º73.11%46.67%-
XYZ7.9613.816.25-
YUV86.03112.1889.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.31%
GREEN value IS 119 (46.88% from 255) = 56.94%
BLUE value IS 58 (23.05% from 255) = 27.75%
R=15.31%
G=56.94%
B=27.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32119580.7300.510.53137.9357.6229.61
Hex20773A49033358a3a1e
Octal4016772111063652127236
Binary1000001110111111010100100101100111101011000101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20773A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20773A; }

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

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

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

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

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

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

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

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