Html Css Color HEX #497A74 Dark Green Copper

📋 copy color: '#497A74'

red 73 ◦ green 122 ◦ blue 116

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

Shades of Dark Green Copper #497A74

Tints of Dark Green Copper #497A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.3%

R = 23.47%
G = 39.23%
B = 37.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#497A74 (or 0x497A74) is known color: Dark Green Copper. HEX triplet: 49, 7A and 74. RGB value is (73,122,116). Sum of RGB (Red+Green+Blue) = 73+122+116=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 122 - color contains mainly: green. Hex color #497A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A74 is #B6858B. Grayscale: #6A6A6A. Windows color (decimal): -11961740 or 7633481. OLE color: 7633481.

HSL color Cylindrical-coordinate representation of color #497A74: hue angle of 172.65º 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 #497A74 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 122 116 -
CMYK 0.40 0 0.05 0.52
HSL 172.65º 0.25% 0.38% -
HSV(B) 172.65º 0.4% 0.48% -
XYZ 12.86 16.6 19.05 -
YUV 106.67 133.27 103.99 -
System Red Green Blue C M Y K H S L
Decimal 73 122 116 0.40 0 0.05 0.52 172.65 0.25 0.38
Hex 49 7A 74 28 0 5 34 AD 19 26
Octal 111 172 164 50 0 5 64 255 31 46
Binary 1001001 1111010 1110100 101000 0 101 110100 10101101 11001 100110

Color Harmonies of #497A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A74

Black with #497A74

Text Example


Text Example

White with #497A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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