Html Css Color HEX #49706D Dark Green Copper

📋 copy color: '#49706D'

red 73 ◦ green 112 ◦ blue 109

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

Shades of Dark Green Copper #49706D

Tints of Dark Green Copper #49706D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.1%

 BLUE value IS 109 (42.97% from 255) = 37.07%

R = 24.83%
G = 38.1%
B = 37.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#49706D (or 0x49706D) is known color: Dark Green Copper. HEX triplet: 49, 70 and 6D. RGB value is (73,112,109). Sum of RGB (Red+Green+Blue) = 73+112+109=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 112 - color contains mainly: green. Hex color #49706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49706D is #B68F92. Grayscale: #636363. Windows color (decimal): -11964307 or 7172169. OLE color: 7172169.

HSL color Cylindrical-coordinate representation of color #49706D: hue angle of 175.38º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #49706D is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 112 109 -
CMYK 0.35 0 0.03 0.56
HSL 175.38º 0.21% 0.36% -
HSV(B) 175.38º 0.35% 0.44% -
XYZ 11.3 14.11 16.6 -
YUV 100 133.08 108.74 -
System Red Green Blue C M Y K H S L
Decimal 73 112 109 0.35 0 0.03 0.56 175.38 0.21 0.36
Hex 49 70 6D 23 0 3 38 AF 15 24
Octal 111 160 155 43 0 3 70 257 25 44
Binary 1001001 1110000 1101101 100011 0 11 111000 10101111 10101 100100

Color Harmonies of #49706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49706D

Black with #49706D

Text Example


Text Example

White with #49706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49706D; }

 p { color: rgb(73,112,109); }

 H1.HeaderClassName
 {
   color: #49706D;
 }
 .AnyTagClassName
 {
   color: #49706D;
 }
</style>

background-color css

<style>
 a { background-color: #49706D; }

 a { background-color: rgb(73,112,109); }

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

border-color css

<style>
 span { border-color: #49706D; }

 span { border-color: rgb(73,112,109); }

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