Html Css Color HEX #497970 Dark Green Copper

📋 copy color: '#497970'

red 73 ◦ green 121 ◦ blue 112

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

Shades of Dark Green Copper #497970

Tints of Dark Green Copper #497970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.54%

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

R = 23.86%
G = 39.54%
B = 36.6%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#497970 (or 0x497970) is known color: Dark Green Copper. HEX triplet: 49, 79 and 70. RGB value is (73,121,112). Sum of RGB (Red+Green+Blue) = 73+121+112=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 121 - color contains mainly: green. Hex color #497970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497970 is #B6868F. Grayscale: #696969. Windows color (decimal): -11962000 or 7371081. OLE color: 7371081.

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

Color convert

RGB 73 121 112 -
CMYK 0.40 0 0.07 0.53
HSL 168.75º 0.25% 0.38% -
HSV(B) 168.75º 0.4% 0.47% -
XYZ 12.51 16.26 17.81 -
YUV 105.62 131.6 104.73 -
System Red Green Blue C M Y K H S L
Decimal 73 121 112 0.40 0 0.07 0.53 168.75 0.25 0.38
Hex 49 79 70 28 0 7 35 A9 19 26
Octal 111 171 160 50 0 7 65 251 31 46
Binary 1001001 1111001 1110000 101000 0 111 110101 10101001 11001 100110

Color Harmonies of #497970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497970

Black with #497970

Text Example


Text Example

White with #497970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497970; }

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

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

background-color css

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

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

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

border-color css

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

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

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