Html Css Color HEX #49726E Dark Green Copper

📋 copy color: '#49726E'

red 73 ◦ green 114 ◦ blue 110

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

Shades of Dark Green Copper #49726E

Tints of Dark Green Copper #49726E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.38%

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

R = 24.58%
G = 38.38%
B = 37.04%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#49726E (or 0x49726E) is known color: Dark Green Copper. HEX triplet: 49, 72 and 6E. RGB value is (73,114,110). Sum of RGB (Red+Green+Blue) = 73+114+110=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 114 - color contains mainly: green. Hex color #49726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49726E is #B68D91. Grayscale: #656565. Windows color (decimal): -11963794 or 7238217. OLE color: 7238217.

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

Color convert

RGB 73 114 110 -
CMYK 0.36 0 0.04 0.55
HSL 174.15º 0.22% 0.37% -
HSV(B) 174.15º 0.36% 0.45% -
XYZ 11.58 14.58 16.96 -
YUV 101.29 132.92 107.83 -
System Red Green Blue C M Y K H S L
Decimal 73 114 110 0.36 0 0.04 0.55 174.15 0.22 0.37
Hex 49 72 6E 24 0 4 37 AE 16 25
Octal 111 162 156 44 0 4 67 256 26 45
Binary 1001001 1110010 1101110 100100 0 100 110111 10101110 10110 100101

Color Harmonies of #49726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49726E

Black with #49726E

Text Example


Text Example

White with #49726E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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