#49765A

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

Shades of Como #49765A

Tints of Como #49765A

Color information

#49765A (or 0x49765A) is unknown color: approx Como. HEX triplet: 49, 76 and 5A. RGB value is (73,118,90). Sum of RGB (Red+Green+Blue) = 73+118+90=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #49765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49765A is #B689A5. Grayscale: #656565. Windows color (decimal): -11962790 or 5928521. OLE color: 5928521.

HSL color Cylindrical-coordinate representation of color #49765A: hue angle of 142.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49765A is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB7311890-
CMYK0.3800.240.54
HSL142.67º23.56%37.45%-
HSV(B)142.67º38.14%46.27%-
XYZ11.0715.1112.01-
YUV101.35121.59107.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 118 (46.48% from 255) = 41.99%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=25.98%
G=41.99%
B=32.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73118900.3800.240.54142.6723.5637.45
Hex49765A26018368f1825
Octal11116613246030662173045
Binary1001001111011010110101001100110001101101000111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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