Html Css Color HEX #49706B Dark Green Copper

📋 copy color: '#49706B'

red 73 ◦ green 112 ◦ blue 107

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

Shades of Dark Green Copper #49706B

Tints of Dark Green Copper #49706B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.36%

 BLUE value IS 107 (42.19% from 255) = 36.64%

R = 25%
G = 38.36%
B = 36.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#49706B (or 0x49706B) is known color: Dark Green Copper. HEX triplet: 49, 70 and 6B. RGB value is (73,112,107). Sum of RGB (Red+Green+Blue) = 73+112+107=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 112 - color contains mainly: green. Hex color #49706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49706B is #B68F94. Grayscale: #636363. Windows color (decimal): -11964309 or 7041097. OLE color: 7041097.

HSL color Cylindrical-coordinate representation of color #49706B: hue angle of 172.31º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #49706B is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 112 107 -
CMYK 0.35 0 0.04 0.56
HSL 172.31º 0.21% 0.36% -
HSV(B) 172.31º 0.35% 0.44% -
XYZ 11.2 14.07 16.03 -
YUV 99.77 132.08 108.91 -
System Red Green Blue C M Y K H S L
Decimal 73 112 107 0.35 0 0.04 0.56 172.31 0.21 0.36
Hex 49 70 6B 23 0 4 38 AC 15 24
Octal 111 160 153 43 0 4 70 254 25 44
Binary 1001001 1110000 1101011 100011 0 100 111000 10101100 10101 100100

Color Harmonies of #49706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49706B

Black with #49706B

Text Example


Text Example

White with #49706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49706B; }

 p { color: rgb(73,112,107); }

 H1.HeaderClassName
 {
   color: #49706B;
 }
 .AnyTagClassName
 {
   color: #49706B;
 }
</style>

background-color css

<style>
 a { background-color: #49706B; }

 a { background-color: rgb(73,112,107); }

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

border-color css

<style>
 span { border-color: #49706B; }

 span { border-color: rgb(73,112,107); }

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