Html Css Color HEX #49795A Como

📋 copy color: '#49795A'

red 73 ◦ green 121 ◦ blue 90

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

Shades of Como #49795A

Tints of Como #49795A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.69%

R = 25.7%
G = 42.61%
B = 31.69%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#49795A (or 0x49795A) is known color: Como. HEX triplet: 49, 79 and 5A. RGB value is (73,121,90). Sum of RGB (Red+Green+Blue) = 73+121+90=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 121 (47.66% from 255 or 42.61% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 121 - color contains mainly: green. Hex color #49795A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49795A is #B686A5. Grayscale: #676767. Windows color (decimal): -11962022 or 5929289. OLE color: 5929289.

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

Color convert

RGB 73 121 90 -
CMYK 0.40 0 0.26 0.53
HSL 141.25º 0.25% 0.38% -
HSV(B) 141.25º 0.4% 0.47% -
XYZ 11.43 15.83 12.13 -
YUV 103.11 120.6 106.52 -
System Red Green Blue C M Y K H S L
Decimal 73 121 90 0.40 0 0.26 0.53 141.25 0.25 0.38
Hex 49 79 5A 28 0 1A 35 8D 19 26
Octal 111 171 132 50 0 32 65 215 31 46
Binary 1001001 1111001 1011010 101000 0 11010 110101 10001101 11001 100110

Color Harmonies of #49795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49795A

Black with #49795A

Text Example


Text Example

White with #49795A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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