Html Css Color HEX #49736F Dark Green Copper

📋 copy color: '#49736F'

red 73 ◦ green 115 ◦ blue 111

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

Shades of Dark Green Copper #49736F

Tints of Dark Green Copper #49736F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.46%

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

R = 24.41%
G = 38.46%
B = 37.12%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#49736F (or 0x49736F) is known color: Dark Green Copper. HEX triplet: 49, 73 and 6F. RGB value is (73,115,111). Sum of RGB (Red+Green+Blue) = 73+115+111=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 115 - color contains mainly: green. Hex color #49736F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49736F is #B68C90. Grayscale: #656565. Windows color (decimal): -11963537 or 7304009. OLE color: 7304009.

HSL color Cylindrical-coordinate representation of color #49736F: hue angle of 174.29º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #49736F is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 115 111 -
CMYK 0.37 0 0.03 0.55
HSL 174.29º 0.22% 0.37% -
HSV(B) 174.29º 0.37% 0.45% -
XYZ 11.75 14.83 17.28 -
YUV 101.99 133.09 107.33 -
System Red Green Blue C M Y K H S L
Decimal 73 115 111 0.37 0 0.03 0.55 174.29 0.22 0.37
Hex 49 73 6F 25 0 3 37 AE 16 25
Octal 111 163 157 45 0 3 67 256 26 45
Binary 1001001 1110011 1101111 100101 0 11 110111 10101110 10110 100101

Color Harmonies of #49736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49736F

Black with #49736F

Text Example


Text Example

White with #49736F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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