Html Css Color HEX #49726D Dark Green Copper

📋 copy color: '#49726D'

red 73 ◦ green 114 ◦ blue 109

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

Shades of Dark Green Copper #49726D

Tints of Dark Green Copper #49726D

RGB

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

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

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

R = 24.66%
G = 38.51%
B = 36.82%

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

#49726D (or 0x49726D) is known color: Dark Green Copper. HEX triplet: 49, 72 and 6D. RGB value is (73,114,109). Sum of RGB (Red+Green+Blue) = 73+114+109=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 114 - color contains mainly: green. Hex color #49726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49726D is #B68D92. Grayscale: #656565. Windows color (decimal): -11963795 or 7172681. OLE color: 7172681.

HSL color Cylindrical-coordinate representation of color #49726D: hue angle of 172.68º 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 #49726D is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 114 109 -
CMYK 0.36 0 0.04 0.55
HSL 172.68º 0.22% 0.37% -
HSV(B) 172.68º 0.36% 0.45% -
XYZ 11.53 14.56 16.67 -
YUV 101.17 132.42 107.91 -
System Red Green Blue C M Y K H S L
Decimal 73 114 109 0.36 0 0.04 0.55 172.68 0.22 0.37
Hex 49 72 6D 24 0 4 37 AD 16 25
Octal 111 162 155 44 0 4 67 255 26 45
Binary 1001001 1110010 1101101 100100 0 100 110111 10101101 10110 100101

Color Harmonies of #49726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49726D

Black with #49726D

Text Example


Text Example

White with #49726D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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