#49775D

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

Shades of Como #49775D

Tints of Como #49775D

Color information

#49775D (or 0x49775D) is unknown color: approx Como. HEX triplet: 49, 77 and 5D. RGB value is (73,119,93). Sum of RGB (Red+Green+Blue) = 73+119+93=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 119 - color contains mainly: green. Hex color #49775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49775D is #B688A2. Grayscale: #666666. Windows color (decimal): -11962531 or 6125385. OLE color: 6125385.

HSL color Cylindrical-coordinate representation of color #49775D: hue angle of 146.09º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #49775D is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB7311993-
CMYK0.3900.220.53
HSL146.09º23.96%37.65%-
HSV(B)146.09º38.66%46.67%-
XYZ11.3215.412.73-
YUV102.28122.76107.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 119 (46.88% from 255) = 41.75%
BLUE value IS 93 (36.72% from 255) = 32.63%
R=25.61%
G=41.75%
B=32.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73119930.3900.220.53146.0923.9637.65
Hex49775D2701635921826
Octal11116713547026652223046
Binary1001001111011110111011001110101101101011001001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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