Html Css Color HEX #497571 Dark Green Copper

📋 copy color: '#497571'

red 73 ◦ green 117 ◦ blue 113

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

Shades of Dark Green Copper #497571

Tints of Dark Green Copper #497571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.29%

R = 24.09%
G = 38.61%
B = 37.29%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#497571 (or 0x497571) is known color: Dark Green Copper. HEX triplet: 49, 75 and 71. RGB value is (73,117,113). Sum of RGB (Red+Green+Blue) = 73+117+113=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 117 - color contains mainly: green. Hex color #497571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497571 is #B68A8E. Grayscale: #676767. Windows color (decimal): -11963023 or 7435593. OLE color: 7435593.

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

Color convert

RGB 73 117 113 -
CMYK 0.38 0 0.03 0.54
HSL 174.55º 0.23% 0.37% -
HSV(B) 174.55º 0.38% 0.46% -
XYZ 12.09 15.33 17.94 -
YUV 103.39 133.42 106.33 -
System Red Green Blue C M Y K H S L
Decimal 73 117 113 0.38 0 0.03 0.54 174.55 0.23 0.37
Hex 49 75 71 26 0 3 36 AF 17 25
Octal 111 165 161 46 0 3 66 257 27 45
Binary 1001001 1110101 1110001 100110 0 11 110110 10101111 10111 100101

Color Harmonies of #497571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497571

Black with #497571

Text Example


Text Example

White with #497571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497571; }

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

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

background-color css

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

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

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

border-color css

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

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

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