Html Css Color HEX #49736C Dark Green Copper

📋 copy color: '#49736C'

red 73 ◦ green 115 ◦ blue 108

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

Shades of Dark Green Copper #49736C

Tints of Dark Green Copper #49736C

RGB

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

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

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

R = 24.66%
G = 38.85%
B = 36.49%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#49736C (or 0x49736C) is known color: Dark Green Copper. HEX triplet: 49, 73 and 6C. RGB value is (73,115,108). Sum of RGB (Red+Green+Blue) = 73+115+108=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 115 - color contains mainly: green. Hex color #49736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49736C is #B68C93. Grayscale: #656565. Windows color (decimal): -11963540 or 7107401. OLE color: 7107401.

HSL color Cylindrical-coordinate representation of color #49736C: hue angle of 170º 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 #49736C is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 115 108 -
CMYK 0.37 0 0.06 0.55
HSL 170º 0.22% 0.37% -
HSV(B) 170º 0.37% 0.45% -
XYZ 11.59 14.76 16.43 -
YUV 101.64 131.59 107.57 -
System Red Green Blue C M Y K H S L
Decimal 73 115 108 0.37 0 0.06 0.55 170 0.22 0.37
Hex 49 73 6C 25 0 6 37 AA 16 25
Octal 111 163 154 45 0 6 67 252 26 45
Binary 1001001 1110011 1101100 100101 0 110 110111 10101010 10110 100101

Color Harmonies of #49736C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49736C

Black with #49736C

Text Example


Text Example

White with #49736C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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