Html Css Color HEX #497A71 Dark Green Copper

📋 copy color: '#497A71'

red 73 ◦ green 122 ◦ blue 113

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

Shades of Dark Green Copper #497A71

Tints of Dark Green Copper #497A71

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.61%

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

R = 23.7%
G = 39.61%
B = 36.69%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#497A71 (or 0x497A71) is known color: Dark Green Copper. HEX triplet: 49, 7A and 71. RGB value is (73,122,113). Sum of RGB (Red+Green+Blue) = 73+122+113=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 122 - color contains mainly: green. Hex color #497A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A71 is #B6858E. Grayscale: #6A6A6A. Windows color (decimal): -11961743 or 7436873. OLE color: 7436873.

HSL color Cylindrical-coordinate representation of color #497A71: hue angle of 168.98º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497A71 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 122 113 -
CMYK 0.40 0 0.07 0.52
HSL 168.98º 0.25% 0.38% -
HSV(B) 168.98º 0.4% 0.48% -
XYZ 12.69 16.53 18.14 -
YUV 106.32 131.77 104.23 -
System Red Green Blue C M Y K H S L
Decimal 73 122 113 0.40 0 0.07 0.52 168.98 0.25 0.38
Hex 49 7A 71 28 0 7 34 A9 19 26
Octal 111 172 161 50 0 7 64 251 31 46
Binary 1001001 1111010 1110001 101000 0 111 110100 10101001 11001 100110

Color Harmonies of #497A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A71

Black with #497A71

Text Example


Text Example

White with #497A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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