Html Css Color HEX #49746E Dark Green Copper

📋 copy color: '#49746E'

red 73 ◦ green 116 ◦ blue 110

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

Shades of Dark Green Copper #49746E

Tints of Dark Green Copper #49746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.8%

 BLUE value IS 110 (43.36% from 255) = 36.79%

R = 24.41%
G = 38.8%
B = 36.79%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#49746E (or 0x49746E) is known color: Dark Green Copper. HEX triplet: 49, 74 and 6E. RGB value is (73,116,110). Sum of RGB (Red+Green+Blue) = 73+116+110=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 116 - color contains mainly: green. Hex color #49746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49746E is #B68B91. Grayscale: #666666. Windows color (decimal): -11963282 or 7238729. OLE color: 7238729.

HSL color Cylindrical-coordinate representation of color #49746E: hue angle of 171.63º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #49746E is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 116 110 -
CMYK 0.37 0 0.05 0.55
HSL 171.63º 0.23% 0.37% -
HSV(B) 171.63º 0.37% 0.45% -
XYZ 11.81 15.03 17.03 -
YUV 102.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 73 116 110 0.37 0 0.05 0.55 171.63 0.23 0.37
Hex 49 74 6E 25 0 5 37 AC 17 25
Octal 111 164 156 45 0 5 67 254 27 45
Binary 1001001 1110100 1101110 100101 0 101 110111 10101100 10111 100101

Color Harmonies of #49746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49746E

Black with #49746E

Text Example


Text Example

White with #49746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49746E; }

 p { color: rgb(73,116,110); }

 H1.HeaderClassName
 {
   color: #49746E;
 }
 .AnyTagClassName
 {
   color: #49746E;
 }
</style>

background-color css

<style>
 a { background-color: #49746E; }

 a { background-color: rgb(73,116,110); }

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

border-color css

<style>
 span { border-color: #49746E; }

 span { border-color: rgb(73,116,110); }

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