Html Css Color HEX #497570 Dark Green Copper

📋 copy color: '#497570'

red 73 ◦ green 117 ◦ blue 112

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

Shades of Dark Green Copper #497570

Tints of Dark Green Copper #497570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.74%

 BLUE value IS 112 (44.14% from 255) = 37.09%

R = 24.17%
G = 38.74%
B = 37.09%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#497570 (or 0x497570) is known color: Dark Green Copper. HEX triplet: 49, 75 and 70. RGB value is (73,117,112). Sum of RGB (Red+Green+Blue) = 73+117+112=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 117 - color contains mainly: green. Hex color #497570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497570 is #B68A8F. Grayscale: #676767. Windows color (decimal): -11963024 or 7370057. OLE color: 7370057.

HSL color Cylindrical-coordinate representation of color #497570: hue angle of 173.18º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497570 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 117 112 -
CMYK 0.38 0 0.04 0.54
HSL 173.18º 0.23% 0.37% -
HSV(B) 173.18º 0.38% 0.46% -
XYZ 12.03 15.31 17.65 -
YUV 103.27 132.92 106.41 -
System Red Green Blue C M Y K H S L
Decimal 73 117 112 0.38 0 0.04 0.54 173.18 0.23 0.37
Hex 49 75 70 26 0 4 36 AD 17 25
Octal 111 165 160 46 0 4 66 255 27 45
Binary 1001001 1110101 1110000 100110 0 100 110110 10101101 10111 100101

Color Harmonies of #497570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497570

Black with #497570

Text Example


Text Example

White with #497570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497570; }

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

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

background-color css

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

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

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

border-color css

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

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

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