Html Css Color HEX #49736B Dark Green Copper

📋 copy color: '#49736B'

red 73 ◦ green 115 ◦ blue 107

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

Shades of Dark Green Copper #49736B

Tints of Dark Green Copper #49736B

RGB

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

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

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

R = 24.75%
G = 38.98%
B = 36.27%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#49736B (or 0x49736B) is known color: Dark Green Copper. HEX triplet: 49, 73 and 6B. RGB value is (73,115,107). Sum of RGB (Red+Green+Blue) = 73+115+107=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 115 - color contains mainly: green. Hex color #49736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49736B is #B68C94. Grayscale: #656565. Windows color (decimal): -11963541 or 7041865. OLE color: 7041865.

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

Color convert

RGB 73 115 107 -
CMYK 0.37 0 0.07 0.55
HSL 168.57º 0.22% 0.37% -
HSV(B) 168.57º 0.37% 0.45% -
XYZ 11.53 14.74 16.15 -
YUV 101.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 73 115 107 0.37 0 0.07 0.55 168.57 0.22 0.37
Hex 49 73 6B 25 0 7 37 A9 16 25
Octal 111 163 153 45 0 7 67 251 26 45
Binary 1001001 1110011 1101011 100101 0 111 110111 10101001 10110 100101

Color Harmonies of #49736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49736B

Black with #49736B

Text Example


Text Example

White with #49736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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