Html Css Color HEX #49766C Dark Green Copper

📋 copy color: '#49766C'

red 73 ◦ green 118 ◦ blue 108

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

Shades of Dark Green Copper #49766C

Tints of Dark Green Copper #49766C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.12%

R = 24.41%
G = 39.46%
B = 36.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#49766C (or 0x49766C) is known color: Dark Green Copper. HEX triplet: 49, 76 and 6C. RGB value is (73,118,108). Sum of RGB (Red+Green+Blue) = 73+118+108=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #49766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49766C is #B68993. Grayscale: #676767. Windows color (decimal): -11962772 or 7108169. OLE color: 7108169.

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

Color convert

RGB 73 118 108 -
CMYK 0.38 0 0.08 0.54
HSL 166.67º 0.24% 0.37% -
HSV(B) 166.67º 0.38% 0.46% -
XYZ 11.93 15.46 16.54 -
YUV 103.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 73 118 108 0.38 0 0.08 0.54 166.67 0.24 0.37
Hex 49 76 6C 26 0 8 36 A7 18 25
Octal 111 166 154 46 0 10 66 247 30 45
Binary 1001001 1110110 1101100 100110 0 1000 110110 10100111 11000 100101

Color Harmonies of #49766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49766C

Black with #49766C

Text Example


Text Example

White with #49766C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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