Html Css Color HEX #49755E Como

📋 copy color: '#49755E'

red 73 ◦ green 117 ◦ blue 94

#49755E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Como #49755E

Tints of Como #49755E

RGB

 RED value IS 73 (28.91% from 255) = 25.7%

 GREEN value IS 117 (46.09% from 255) = 41.2%

 BLUE value IS 94 (37.11% from 255) = 33.1%

R = 25.7%
G = 41.2%
B = 33.1%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#49755E (or 0x49755E) is known color: Como. HEX triplet: 49, 75 and 5E. RGB value is (73,117,94). Sum of RGB (Red+Green+Blue) = 73+117+94=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #49755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49755E is #B68AA1. Grayscale: #656565. Windows color (decimal): -11963042 or 6190409. OLE color: 6190409.

HSL color Cylindrical-coordinate representation of color #49755E: hue angle of 148.64º degrees, saturation: 0.23, 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 #49755E is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 117 94 -
CMYK 0.38 0 0.20 0.54
HSL 148.64º 0.23% 0.37% -
HSV(B) 148.64º 0.38% 0.46% -
XYZ 11.13 14.95 12.89 -
YUV 101.22 123.92 107.87 -
System Red Green Blue C M Y K H S L
Decimal 73 117 94 0.38 0 0.20 0.54 148.64 0.23 0.37
Hex 49 75 5E 26 0 14 36 95 17 25
Octal 111 165 136 46 0 24 66 225 27 45
Binary 1001001 1110101 1011110 100110 0 10100 110110 10010101 10111 100101

Color Harmonies of #49755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49755E

Black with #49755E

Text Example


Text Example

White with #49755E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49755E; }

 p { color: rgb(73,117,94); }

 H1.HeaderClassName
 {
   color: #49755E;
 }
 .AnyTagClassName
 {
   color: #49755E;
 }
</style>

background-color css

<style>
 a { background-color: #49755E; }

 a { background-color: rgb(73,117,94); }

 div.DivClassName
 {
   background-color: #49755E;
 }
 .BgClassName
 {
   background-color: #49755E;
 }
</style>

border-color css

<style>
 span { border-color: #49755E; }

 span { border-color: rgb(73,117,94); }

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