Html Css Color HEX #49795B Como

📋 copy color: '#49795B'

red 73 ◦ green 121 ◦ blue 91

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

Shades of Como #49795B

Tints of Como #49795B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.93%

R = 25.61%
G = 42.46%
B = 31.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#49795B (or 0x49795B) is known color: Como. HEX triplet: 49, 79 and 5B. RGB value is (73,121,91). Sum of RGB (Red+Green+Blue) = 73+121+91=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 121 - color contains mainly: green. Hex color #49795B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49795B is #B686A4. Grayscale: #676767. Windows color (decimal): -11962021 or 5994825. OLE color: 5994825.

HSL color Cylindrical-coordinate representation of color #49795B: hue angle of 142.5º 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 #49795B is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 121 91 -
CMYK 0.40 0 0.25 0.53
HSL 142.5º 0.25% 0.38% -
HSV(B) 142.5º 0.4% 0.47% -
XYZ 11.47 15.85 12.35 -
YUV 103.23 121.1 106.44 -
System Red Green Blue C M Y K H S L
Decimal 73 121 91 0.40 0 0.25 0.53 142.5 0.25 0.38
Hex 49 79 5B 28 0 19 35 8E 19 26
Octal 111 171 133 50 0 31 65 216 31 46
Binary 1001001 1111001 1011011 101000 0 11001 110101 10001110 11001 100110

Color Harmonies of #49795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49795B

Black with #49795B

Text Example


Text Example

White with #49795B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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