#20773F

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

Shades of Camarone #20773F

Tints of Camarone #20773F

Color information

#20773F (or 0x20773F) is unknown color: approx Camarone. HEX triplet: 20, 77 and 3F. RGB value is (32,119,63). Sum of RGB (Red+Green+Blue) = 32+119+63=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 119 (46.88% from 255 or 55.61% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 119 - color contains mainly: green. Hex color #20773F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20773F is #DF88C0. Grayscale: #565656. Windows color (decimal): -14649537 or 4159264. OLE color: 4159264.

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

Color convert

RGB3211963-
CMYK0.7300.470.53
HSL141.38º57.62%29.61%-
HSV(B)141.38º73.11%46.67%-
XYZ8.0913.866.95-
YUV86.6114.6889.05-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.95%
GREEN value IS 119 (46.88% from 255) = 55.61%
BLUE value IS 63 (25% from 255) = 29.44%
R=14.95%
G=55.61%
B=29.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32119630.7300.470.53141.3857.6229.61
Hex20773F4902F358d3a1e
Octal4016777111057652157236
Binary1000001110111111111100100101011111101011000110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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