Html Css Color HEX #49766A Dark Green Copper

📋 copy color: '#49766A'

red 73 ◦ green 118 ◦ blue 106

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

Shades of Dark Green Copper #49766A

Tints of Dark Green Copper #49766A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.69%

R = 24.58%
G = 39.73%
B = 35.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#49766A (or 0x49766A) is known color: Dark Green Copper. HEX triplet: 49, 76 and 6A. RGB value is (73,118,106). Sum of RGB (Red+Green+Blue) = 73+118+106=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 118 - color contains mainly: green. Hex color #49766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49766A is #B68995. Grayscale: #676767. Windows color (decimal): -11962774 or 6977097. OLE color: 6977097.

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

Color convert

RGB 73 118 106 -
CMYK 0.38 0 0.10 0.54
HSL 164º 0.24% 0.37% -
HSV(B) 164º 0.38% 0.46% -
XYZ 11.83 15.41 15.99 -
YUV 103.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 73 118 106 0.38 0 0.10 0.54 164 0.24 0.37
Hex 49 76 6A 26 0 A 36 A4 18 25
Octal 111 166 152 46 0 12 66 244 30 45
Binary 1001001 1110110 1101010 100110 0 1010 110110 10100100 11000 100101

Color Harmonies of #49766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49766A

Black with #49766A

Text Example


Text Example

White with #49766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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