#49775A

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

Shades of Como #49775A

Tints of Como #49775A

Color information

#49775A (or 0x49775A) is unknown color: approx Como. HEX triplet: 49, 77 and 5A. RGB value is (73,119,90). Sum of RGB (Red+Green+Blue) = 73+119+90=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 119 - color contains mainly: green. Hex color #49775A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49775A is #B688A5. Grayscale: #666666. Windows color (decimal): -11962534 or 5928777. OLE color: 5928777.

HSL color Cylindrical-coordinate representation of color #49775A: hue angle of 142.17º 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 #49775A is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB7311990-
CMYK0.3900.240.53
HSL142.17º23.96%37.65%-
HSV(B)142.17º38.66%46.67%-
XYZ11.1915.3512.05-
YUV101.94121.26107.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.89%
GREEN value IS 119 (46.88% from 255) = 42.20%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=25.89%
G=42.20%
B=31.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73119900.3900.240.53142.1723.9637.65
Hex49775A27018358e1826
Octal11116713247030652163046
Binary1001001111011110110101001110110001101011000111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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