Html Css Color HEX #497370 Dark Green Copper

📋 copy color: '#497370'

red 73 ◦ green 115 ◦ blue 112

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

Shades of Dark Green Copper #497370

Tints of Dark Green Copper #497370

RGB

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

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

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

R = 24.33%
G = 38.33%
B = 37.33%

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

#497370 (or 0x497370) is known color: Dark Green Copper. HEX triplet: 49, 73 and 70. RGB value is (73,115,112). Sum of RGB (Red+Green+Blue) = 73+115+112=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 115 - color contains mainly: green. Hex color #497370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497370 is #B68C8F. Grayscale: #666666. Windows color (decimal): -11963536 or 7369545. OLE color: 7369545.

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

Color convert

RGB 73 115 112 -
CMYK 0.37 0 0.03 0.55
HSL 175.71º 0.22% 0.37% -
HSV(B) 175.71º 0.37% 0.45% -
XYZ 11.8 14.85 17.57 -
YUV 102.1 133.59 107.24 -
System Red Green Blue C M Y K H S L
Decimal 73 115 112 0.37 0 0.03 0.55 175.71 0.22 0.37
Hex 49 73 70 25 0 3 37 B0 16 25
Octal 111 163 160 45 0 3 67 260 26 45
Binary 1001001 1110011 1110000 100101 0 11 110111 10110000 10110 100101

Color Harmonies of #497370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497370

Black with #497370

Text Example


Text Example

White with #497370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497370; }

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

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

background-color css

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

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

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

border-color css

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

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

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