Html Css Color HEX #497A70 Dark Green Copper

📋 copy color: '#497A70'

red 73 ◦ green 122 ◦ blue 112

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

Shades of Dark Green Copper #497A70

Tints of Dark Green Copper #497A70

RGB

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

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

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

R = 23.78%
G = 39.74%
B = 36.48%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#497A70 (or 0x497A70) is known color: Dark Green Copper. HEX triplet: 49, 7A and 70. RGB value is (73,122,112). Sum of RGB (Red+Green+Blue) = 73+122+112=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 122 - color contains mainly: green. Hex color #497A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A70 is #B6858F. Grayscale: #6A6A6A. Windows color (decimal): -11961744 or 7371337. OLE color: 7371337.

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

Color convert

RGB 73 122 112 -
CMYK 0.40 0 0.08 0.52
HSL 167.76º 0.25% 0.38% -
HSV(B) 167.76º 0.4% 0.48% -
XYZ 12.63 16.51 17.85 -
YUV 106.21 131.27 104.31 -
System Red Green Blue C M Y K H S L
Decimal 73 122 112 0.40 0 0.08 0.52 167.76 0.25 0.38
Hex 49 7A 70 28 0 8 34 A8 19 26
Octal 111 172 160 50 0 10 64 250 31 46
Binary 1001001 1111010 1110000 101000 0 1000 110100 10101000 11001 100110

Color Harmonies of #497A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A70

Black with #497A70

Text Example


Text Example

White with #497A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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