Html Css Color HEX #49756A Dark Green Copper

📋 copy color: '#49756A'

red 73 ◦ green 117 ◦ blue 106

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

Shades of Dark Green Copper #49756A

Tints of Dark Green Copper #49756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.53%

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

R = 24.66%
G = 39.53%
B = 35.81%

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

#49756A (or 0x49756A) is known color: Dark Green Copper. HEX triplet: 49, 75 and 6A. RGB value is (73,117,106). Sum of RGB (Red+Green+Blue) = 73+117+106=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 117 - color contains mainly: green. Hex color #49756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49756A is #B68A95. Grayscale: #666666. Windows color (decimal): -11963030 or 6976841. OLE color: 6976841.

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

Color convert

RGB 73 117 106 -
CMYK 0.38 0 0.09 0.54
HSL 165º 0.23% 0.37% -
HSV(B) 165º 0.38% 0.46% -
XYZ 11.71 15.18 15.95 -
YUV 102.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 73 117 106 0.38 0 0.09 0.54 165 0.23 0.37
Hex 49 75 6A 26 0 9 36 A5 17 25
Octal 111 165 152 46 0 11 66 245 27 45
Binary 1001001 1110101 1101010 100110 0 1001 110110 10100101 10111 100101

Color Harmonies of #49756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49756A

Black with #49756A

Text Example


Text Example

White with #49756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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