#49725A

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

Shades of Como #49725A

Tints of Como #49725A

Color information

#49725A (or 0x49725A) is unknown color: approx Como. HEX triplet: 49, 72 and 5A. RGB value is (73,114,90). Sum of RGB (Red+Green+Blue) = 73+114+90=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 114 - color contains mainly: green. Hex color #49725A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49725A is #B68DA5. Grayscale: #636363. Windows color (decimal): -11963814 or 5927497. OLE color: 5927497.

HSL color Cylindrical-coordinate representation of color #49725A: hue angle of 144.88º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #49725A is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB7311490-
CMYK0.3600.210.55
HSL144.88º21.93%36.67%-
HSV(B)144.88º35.96%44.71%-
XYZ10.6114.1911.85-
YUV99122.92109.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 114 (44.92% from 255) = 41.16%
BLUE value IS 90 (35.55% from 255) = 32.49%
R=26.35%
G=41.16%
B=32.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73114900.3600.210.55144.8821.9336.67
Hex49725A2401537911625
Octal11116213244025672212645
Binary1001001111001010110101001000101011101111001000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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