#20773C

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

Shades of Camarone #20773C

Tints of Camarone #20773C

Color information

#20773C (or 0x20773C) is unknown color: approx Camarone. HEX triplet: 20, 77 and 3C. RGB value is (32,119,60). Sum of RGB (Red+Green+Blue) = 32+119+60=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 119 (46.88% from 255 or 56.40% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 119 - color contains mainly: green. Hex color #20773C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20773C is #DF88C3. Grayscale: #565656. Windows color (decimal): -14649540 or 3962656. OLE color: 3962656.

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

Color convert

RGB3211960-
CMYK0.7300.500.53
HSL139.31º57.62%29.61%-
HSV(B)139.31º73.11%46.67%-
XYZ8.0113.836.52-
YUV86.26113.1889.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.17%
GREEN value IS 119 (46.88% from 255) = 56.40%
BLUE value IS 60 (23.83% from 255) = 28.44%
R=15.17%
G=56.40%
B=28.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32119600.7300.500.53139.3157.6229.61
Hex20773C49032358b3a1e
Octal4016774111062652137236
Binary1000001110111111100100100101100101101011000101111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20773C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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