#49835A

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

Shades of Como #49835A

Tints of Como #49835A

Color information

#49835A (or 0x49835A) is unknown color: approx Como. HEX triplet: 49, 83 and 5A. RGB value is (73,131,90). Sum of RGB (Red+Green+Blue) = 73+131+90=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 131 - color contains mainly: green. Hex color #49835A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49835A is #B67CA5. Grayscale: #6D6D6D. Windows color (decimal): -11959462 or 5931849. OLE color: 5931849.

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

Color convert

RGB7313190-
CMYK0.4400.310.49
HSL137.59º28.43%40%-
HSV(B)137.59º44.27%51.37%-
XYZ12.7118.3912.55-
YUV108.98117.28102.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.83%
GREEN value IS 131 (51.56% from 255) = 44.56%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=24.83%
G=44.56%
B=30.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73131900.4400.310.49137.5928.4340
Hex49835A2C01F318a1c28
Octal11120313254037612123450
Binary10010011000001110110101011000111111100011000101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49835A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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