Html Css Color HEX #49786C Dark Green Copper

📋 copy color: '#49786C'

red 73 ◦ green 120 ◦ blue 108

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

Shades of Dark Green Copper #49786C

Tints of Dark Green Copper #49786C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.87%

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

R = 24.25%
G = 39.87%
B = 35.88%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#49786C (or 0x49786C) is known color: Dark Green Copper. HEX triplet: 49, 78 and 6C. RGB value is (73,120,108). Sum of RGB (Red+Green+Blue) = 73+120+108=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 120 - color contains mainly: green. Hex color #49786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49786C is #B68793. Grayscale: #686868. Windows color (decimal): -11962260 or 7108681. OLE color: 7108681.

HSL color Cylindrical-coordinate representation of color #49786C: hue angle of 164.68º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #49786C is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 120 108 -
CMYK 0.39 0 0.10 0.53
HSL 164.68º 0.24% 0.38% -
HSV(B) 164.68º 0.39% 0.47% -
XYZ 12.17 15.93 16.62 -
YUV 104.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 73 120 108 0.39 0 0.10 0.53 164.68 0.24 0.38
Hex 49 78 6C 27 0 A 35 A5 18 26
Octal 111 170 154 47 0 12 65 245 30 46
Binary 1001001 1111000 1101100 100111 0 1010 110101 10100101 11000 100110

Color Harmonies of #49786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49786C

Black with #49786C

Text Example


Text Example

White with #49786C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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