#49795D

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

Shades of Como #49795D

Tints of Como #49795D

Color information

#49795D (or 0x49795D) is unknown color: approx Como. HEX triplet: 49, 79 and 5D. RGB value is (73,121,93). Sum of RGB (Red+Green+Blue) = 73+121+93=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 121 - color contains mainly: green. Hex color #49795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49795D is #B686A2. Grayscale: #676767. Windows color (decimal): -11962019 or 6125897. OLE color: 6125897.

HSL color Cylindrical-coordinate representation of color #49795D: hue angle of 145º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49795D is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB7312193-
CMYK0.4000.230.53
HSL145º24.74%38.04%-
HSV(B)145º39.67%47.45%-
XYZ11.5615.8812.81-
YUV103.46122.1106.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 121 (47.66% from 255) = 42.16%
BLUE value IS 93 (36.72% from 255) = 32.40%
R=25.44%
G=42.16%
B=32.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73121930.4000.230.5314524.7438.04
Hex49795D2801735911926
Octal11117113550027652213146
Binary1001001111100110111011010000101111101011001000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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