Html Css Color HEX #49726C Dark Green Copper

📋 copy color: '#49726C'

red 73 ◦ green 114 ◦ blue 108

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

Shades of Dark Green Copper #49726C

Tints of Dark Green Copper #49726C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.61%

R = 24.75%
G = 38.64%
B = 36.61%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#49726C (or 0x49726C) is known color: Dark Green Copper. HEX triplet: 49, 72 and 6C. RGB value is (73,114,108). Sum of RGB (Red+Green+Blue) = 73+114+108=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 114 - color contains mainly: green. Hex color #49726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49726C is #B68D93. Grayscale: #656565. Windows color (decimal): -11963796 or 7107145. OLE color: 7107145.

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

Color convert

RGB 73 114 108 -
CMYK 0.36 0 0.05 0.55
HSL 171.22º 0.22% 0.37% -
HSV(B) 171.22º 0.36% 0.45% -
XYZ 11.47 14.53 16.39 -
YUV 101.06 131.92 107.99 -
System Red Green Blue C M Y K H S L
Decimal 73 114 108 0.36 0 0.05 0.55 171.22 0.22 0.37
Hex 49 72 6C 24 0 5 37 AB 16 25
Octal 111 162 154 44 0 5 67 253 26 45
Binary 1001001 1110010 1101100 100100 0 101 110111 10101011 10110 100101

Color Harmonies of #49726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49726C

Black with #49726C

Text Example


Text Example

White with #49726C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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