Html Css Color HEX #49795D Como

📋 copy color: '#49795D'

red 73 ◦ green 121 ◦ blue 93

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

Shades of Como #49795D

Tints of Como #49795D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.16%

 BLUE value IS 93 (36.72% from 255) = 32.4%

R = 25.44%
G = 42.16%
B = 32.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#49795D (or 0x49795D) is known color: Como. HEX triplet: 49, 79 and 5D. RGB value is (73,121,93). Sum of RGB (Red+Green+Blue) = 73+121+93=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 121 - color contains mainly: green. Hex color #49795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49795D is #B686A2. Grayscale: #676767. Windows color (decimal): -11962019 or 6125897. OLE color: 6125897.

HSL color Cylindrical-coordinate representation of color #49795D: hue angle of 145º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49795D is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 121 93 -
CMYK 0.40 0 0.23 0.53
HSL 145º 0.25% 0.38% -
HSV(B) 145º 0.4% 0.47% -
XYZ 11.56 15.88 12.81 -
YUV 103.46 122.1 106.28 -
System Red Green Blue C M Y K H S L
Decimal 73 121 93 0.40 0 0.23 0.53 145 0.25 0.38
Hex 49 79 5D 28 0 17 35 91 19 26
Octal 111 171 135 50 0 27 65 221 31 46
Binary 1001001 1111001 1011101 101000 0 10111 110101 10010001 11001 100110

Color Harmonies of #49795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49795D

Black with #49795D

Text Example


Text Example

White with #49795D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49795D; }

 p { color: rgb(73,121,93); }

 H1.HeaderClassName
 {
   color: #49795D;
 }
 .AnyTagClassName
 {
   color: #49795D;
 }
</style>

background-color css

<style>
 a { background-color: #49795D; }

 a { background-color: rgb(73,121,93); }

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

border-color css

<style>
 span { border-color: #49795D; }

 span { border-color: rgb(73,121,93); }

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