Html Css Color HEX #49756E Dark Green Copper

📋 copy color: '#49756E'

red 73 ◦ green 117 ◦ blue 110

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

Shades of Dark Green Copper #49756E

Tints of Dark Green Copper #49756E

RGB

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

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

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

R = 24.33%
G = 39%
B = 36.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#49756E (or 0x49756E) is known color: Dark Green Copper. HEX triplet: 49, 75 and 6E. RGB value is (73,117,110). Sum of RGB (Red+Green+Blue) = 73+117+110=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 117 - color contains mainly: green. Hex color #49756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49756E is #B68A91. Grayscale: #676767. Windows color (decimal): -11963026 or 7238985. OLE color: 7238985.

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

Color convert

RGB 73 117 110 -
CMYK 0.38 0 0.06 0.54
HSL 170.45º 0.23% 0.37% -
HSV(B) 170.45º 0.38% 0.46% -
XYZ 11.92 15.26 17.07 -
YUV 103.05 131.92 106.57 -
System Red Green Blue C M Y K H S L
Decimal 73 117 110 0.38 0 0.06 0.54 170.45 0.23 0.37
Hex 49 75 6E 26 0 6 36 AA 17 25
Octal 111 165 156 46 0 6 66 252 27 45
Binary 1001001 1110101 1101110 100110 0 110 110110 10101010 10111 100101

Color Harmonies of #49756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49756E

Black with #49756E

Text Example


Text Example

White with #49756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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