Html Css Color HEX #497F73 Dark Green Copper

📋 copy color: '#497F73'

red 73 ◦ green 127 ◦ blue 115

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

Shades of Dark Green Copper #497F73

Tints of Dark Green Copper #497F73

RGB

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

 GREEN value IS 127 (50% from 255) = 40.32%

 BLUE value IS 115 (45.31% from 255) = 36.51%

R = 23.17%
G = 40.32%
B = 36.51%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#497F73 (or 0x497F73) is known color: Dark Green Copper. HEX triplet: 49, 7F and 73. RGB value is (73,127,115). Sum of RGB (Red+Green+Blue) = 73+127+115=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 127 - color contains mainly: green. Hex color #497F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497F73 is #B6808C. Grayscale: #6D6D6D. Windows color (decimal): -11960461 or 7569225. OLE color: 7569225.

HSL color Cylindrical-coordinate representation of color #497F73: hue angle of 166.67º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #497F73 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 127 115 -
CMYK 0.43 0 0.09 0.50
HSL 166.67º 0.27% 0.39% -
HSV(B) 166.67º 0.43% 0.5% -
XYZ 13.43 17.83 18.95 -
YUV 109.49 131.11 101.98 -
System Red Green Blue C M Y K H S L
Decimal 73 127 115 0.43 0 0.09 0.50 166.67 0.27 0.39
Hex 49 7F 73 2B 0 9 32 A7 1B 27
Octal 111 177 163 53 0 11 62 247 33 47
Binary 1001001 1111111 1110011 101011 0 1001 110010 10100111 11011 100111

Color Harmonies of #497F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497F73

Black with #497F73

Text Example


Text Example

White with #497F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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