#49725B

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

Shades of Como #49725B

Tints of Como #49725B

Color information

#49725B (or 0x49725B) is unknown color: approx Como. HEX triplet: 49, 72 and 5B. RGB value is (73,114,91). Sum of RGB (Red+Green+Blue) = 73+114+91=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #49725B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49725B is #B68DA4. Grayscale: #636363. Windows color (decimal): -11963813 or 5993033. OLE color: 5993033.

HSL color Cylindrical-coordinate representation of color #49725B: hue angle of 146.34º 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 #49725B is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB7311491-
CMYK0.3600.200.55
HSL146.34º21.93%36.67%-
HSV(B)146.34º35.96%44.71%-
XYZ10.6514.2112.08-
YUV99.12123.42109.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 114 (44.92% from 255) = 41.01%
BLUE value IS 91 (35.94% from 255) = 32.73%
R=26.26%
G=41.01%
B=32.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73114910.3600.200.55146.3421.9336.67
Hex49725B2401437921625
Octal11116213344024672222645
Binary1001001111001010110111001000101001101111001001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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