#49805D

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

Shades of Como #49805D

Tints of Como #49805D

Color information

#49805D (or 0x49805D) is unknown color: approx Como. HEX triplet: 49, 80 and 5D. RGB value is (73,128,93). Sum of RGB (Red+Green+Blue) = 73+128+93=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 128 - color contains mainly: green. Hex color #49805D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49805D is #B67FA2. Grayscale: #6B6B6B. Windows color (decimal): -11960227 or 6127689. OLE color: 6127689.

HSL color Cylindrical-coordinate representation of color #49805D: hue angle of 141.82º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49805D is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB7312893-
CMYK0.4300.270.50
HSL141.82º27.36%39.41%-
HSV(B)141.82º42.97%50.2%-
XYZ12.4417.6513.11-
YUV107.56119.78103.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.83%
GREEN value IS 128 (50.39% from 255) = 43.54%
BLUE value IS 93 (36.72% from 255) = 31.63%
R=24.83%
G=43.54%
B=31.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73128930.4300.270.50141.8227.3639.41
Hex49805D2B01B328e1b27
Octal11120013553033622163347
Binary10010011000000010111011010110110111100101000111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,128,93); }

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

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

 a { background-color: rgb(73,128,93); }

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

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

 span { border-color: rgb(73,128,93); }

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