Html Css Color HEX #49796F Dark Green Copper

📋 copy color: '#49796F'

red 73 ◦ green 121 ◦ blue 111

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

Shades of Dark Green Copper #49796F

Tints of Dark Green Copper #49796F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.67%

 BLUE value IS 111 (43.75% from 255) = 36.39%

R = 23.93%
G = 39.67%
B = 36.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#49796F (or 0x49796F) is known color: Dark Green Copper. HEX triplet: 49, 79 and 6F. RGB value is (73,121,111). Sum of RGB (Red+Green+Blue) = 73+121+111=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 121 - color contains mainly: green. Hex color #49796F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49796F is #B68690. Grayscale: #696969. Windows color (decimal): -11962001 or 7305545. OLE color: 7305545.

HSL color Cylindrical-coordinate representation of color #49796F: hue angle of 167.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49796F is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 121 111 -
CMYK 0.40 0 0.08 0.53
HSL 167.5º 0.25% 0.38% -
HSV(B) 167.5º 0.4% 0.47% -
XYZ 12.45 16.24 17.52 -
YUV 105.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 73 121 111 0.40 0 0.08 0.53 167.5 0.25 0.38
Hex 49 79 6F 28 0 8 35 A8 19 26
Octal 111 171 157 50 0 10 65 250 31 46
Binary 1001001 1111001 1101111 101000 0 1000 110101 10101000 11001 100110

Color Harmonies of #49796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49796F

Black with #49796F

Text Example


Text Example

White with #49796F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49796F; }

 p { color: rgb(73,121,111); }

 H1.HeaderClassName
 {
   color: #49796F;
 }
 .AnyTagClassName
 {
   color: #49796F;
 }
</style>

background-color css

<style>
 a { background-color: #49796F; }

 a { background-color: rgb(73,121,111); }

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

border-color css

<style>
 span { border-color: #49796F; }

 span { border-color: rgb(73,121,111); }

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