#49865A

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

Shades of Como #49865A

Tints of Como #49865A

Color information

#49865A (or 0x49865A) is unknown color: approx Como. HEX triplet: 49, 86 and 5A. RGB value is (73,134,90). Sum of RGB (Red+Green+Blue) = 73+134+90=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #49865A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49865A is #B679A5. Grayscale: #6E6E6E. Windows color (decimal): -11958694 or 5932617. OLE color: 5932617.

HSL color Cylindrical-coordinate representation of color #49865A: hue angle of 136.72º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49865A is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB7313490-
CMYK0.4600.330.47
HSL136.72º29.47%40.59%-
HSV(B)136.72º45.52%52.55%-
XYZ13.1219.212.69-
YUV110.74116.29101.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.58%
GREEN value IS 134 (52.73% from 255) = 45.12%
BLUE value IS 90 (35.55% from 255) = 30.30%
R=24.58%
G=45.12%
B=30.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73134900.4600.330.47136.7229.4740.59
Hex49865A2E0212F891d29
Octal11120613256041572113551
Binary100100110000110101101010111001000011011111000100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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