Html Css Color HEX #49766E Dark Green Copper

📋 copy color: '#49766E'

red 73 ◦ green 118 ◦ blue 110

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

Shades of Dark Green Copper #49766E

Tints of Dark Green Copper #49766E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.2%

 BLUE value IS 110 (43.36% from 255) = 36.54%

R = 24.25%
G = 39.2%
B = 36.54%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#49766E (or 0x49766E) is known color: Dark Green Copper. HEX triplet: 49, 76 and 6E. RGB value is (73,118,110). Sum of RGB (Red+Green+Blue) = 73+118+110=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #49766E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49766E is #B68991. Grayscale: #676767. Windows color (decimal): -11962770 or 7239241. OLE color: 7239241.

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

Color convert

RGB 73 118 110 -
CMYK 0.38 0 0.07 0.54
HSL 169.33º 0.24% 0.37% -
HSV(B) 169.33º 0.38% 0.46% -
XYZ 12.04 15.5 17.11 -
YUV 103.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 73 118 110 0.38 0 0.07 0.54 169.33 0.24 0.37
Hex 49 76 6E 26 0 7 36 A9 18 25
Octal 111 166 156 46 0 7 66 251 30 45
Binary 1001001 1110110 1101110 100110 0 111 110110 10101001 11000 100101

Color Harmonies of #49766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49766E

Black with #49766E

Text Example


Text Example

White with #49766E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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