#49785A

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

Shades of Como #49785A

Tints of Como #49785A

Color information

#49785A (or 0x49785A) is unknown color: approx Como. HEX triplet: 49, 78 and 5A. RGB value is (73,120,90). Sum of RGB (Red+Green+Blue) = 73+120+90=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 120 - color contains mainly: green. Hex color #49785A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49785A is #B687A5. Grayscale: #666666. Windows color (decimal): -11962278 or 5929033. OLE color: 5929033.

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

Color convert

RGB7312090-
CMYK0.3900.250.53
HSL141.7º24.35%37.84%-
HSV(B)141.7º39.17%47.06%-
XYZ11.3115.5912.09-
YUV102.53120.93106.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.80%
GREEN value IS 120 (47.27% from 255) = 42.40%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=25.80%
G=42.40%
B=31.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73120900.3900.250.53141.724.3537.84
Hex49785A27019358e1826
Octal11117013247031652163046
Binary1001001111100010110101001110110011101011000111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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