Html Css Color HEX #49766B Dark Green Copper

📋 copy color: '#49766B'

red 73 ◦ green 118 ◦ blue 107

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

Shades of Dark Green Copper #49766B

Tints of Dark Green Copper #49766B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.91%

R = 24.5%
G = 39.6%
B = 35.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#49766B (or 0x49766B) is known color: Dark Green Copper. HEX triplet: 49, 76 and 6B. RGB value is (73,118,107). Sum of RGB (Red+Green+Blue) = 73+118+107=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 118 - color contains mainly: green. Hex color #49766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49766B is #B68994. Grayscale: #676767. Windows color (decimal): -11962773 or 7042633. OLE color: 7042633.

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

Color convert

RGB 73 118 107 -
CMYK 0.38 0 0.09 0.54
HSL 165.33º 0.24% 0.37% -
HSV(B) 165.33º 0.38% 0.46% -
XYZ 11.88 15.43 16.26 -
YUV 103.29 130.09 106.39 -
System Red Green Blue C M Y K H S L
Decimal 73 118 107 0.38 0 0.09 0.54 165.33 0.24 0.37
Hex 49 76 6B 26 0 9 36 A5 18 25
Octal 111 166 153 46 0 11 66 245 30 45
Binary 1001001 1110110 1101011 100110 0 1001 110110 10100101 11000 100101

Color Harmonies of #49766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49766B

Black with #49766B

Text Example


Text Example

White with #49766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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