#49815D

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

Shades of Como #49815D

Tints of Como #49815D

Color information

#49815D (or 0x49815D) is unknown color: approx Como. HEX triplet: 49, 81 and 5D. RGB value is (73,129,93). Sum of RGB (Red+Green+Blue) = 73+129+93=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #49815D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49815D is #B67EA2. Grayscale: #6C6C6C. Windows color (decimal): -11959971 or 6127945. OLE color: 6127945.

HSL color Cylindrical-coordinate representation of color #49815D: hue angle of 141.43º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49815D is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB7312993-
CMYK0.4300.280.49
HSL141.43º27.72%39.61%-
HSV(B)141.43º43.41%50.59%-
XYZ12.5717.9113.15-
YUV108.15119.45102.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.75%
GREEN value IS 129 (50.78% from 255) = 43.73%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=24.75%
G=43.73%
B=31.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73129930.4300.280.49141.4327.7239.61
Hex49815D2B01C318d1c28
Octal11120113553034612153450
Binary10010011000000110111011010110111001100011000110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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