Html Css Color HEX #49796C Dark Green Copper

📋 copy color: '#49796C'

red 73 ◦ green 121 ◦ blue 108

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

Shades of Dark Green Copper #49796C

Tints of Dark Green Copper #49796C

RGB

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

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

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

R = 24.17%
G = 40.07%
B = 35.76%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#49796C (or 0x49796C) is known color: Dark Green Copper. HEX triplet: 49, 79 and 6C. RGB value is (73,121,108). Sum of RGB (Red+Green+Blue) = 73+121+108=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 121 - color contains mainly: green. Hex color #49796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49796C is #B68693. Grayscale: #696969. Windows color (decimal): -11962004 or 7108937. OLE color: 7108937.

HSL color Cylindrical-coordinate representation of color #49796C: hue angle of 163.75º 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 #49796C is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 121 108 -
CMYK 0.40 0 0.11 0.53
HSL 163.75º 0.25% 0.38% -
HSV(B) 163.75º 0.4% 0.47% -
XYZ 12.29 16.17 16.66 -
YUV 105.17 129.6 105.06 -
System Red Green Blue C M Y K H S L
Decimal 73 121 108 0.40 0 0.11 0.53 163.75 0.25 0.38
Hex 49 79 6C 28 0 B 35 A4 19 26
Octal 111 171 154 50 0 13 65 244 31 46
Binary 1001001 1111001 1101100 101000 0 1011 110101 10100100 11001 100110

Color Harmonies of #49796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49796C

Black with #49796C

Text Example


Text Example

White with #49796C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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