Html Css Color HEX #497770 Dark Green Copper

📋 copy color: '#497770'

red 73 ◦ green 119 ◦ blue 112

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

Shades of Dark Green Copper #497770

Tints of Dark Green Copper #497770

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.14%

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

R = 24.01%
G = 39.14%
B = 36.84%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#497770 (or 0x497770) is known color: Dark Green Copper. HEX triplet: 49, 77 and 70. RGB value is (73,119,112). Sum of RGB (Red+Green+Blue) = 73+119+112=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 119 - color contains mainly: green. Hex color #497770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497770 is #B6888F. Grayscale: #686868. Windows color (decimal): -11962512 or 7370569. OLE color: 7370569.

HSL color Cylindrical-coordinate representation of color #497770: hue angle of 170.87º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #497770 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 119 112 -
CMYK 0.39 0 0.06 0.53
HSL 170.87º 0.24% 0.38% -
HSV(B) 170.87º 0.39% 0.47% -
XYZ 12.27 15.78 17.73 -
YUV 104.45 132.26 105.57 -
System Red Green Blue C M Y K H S L
Decimal 73 119 112 0.39 0 0.06 0.53 170.87 0.24 0.38
Hex 49 77 70 27 0 6 35 AB 18 26
Octal 111 167 160 47 0 6 65 253 30 46
Binary 1001001 1110111 1110000 100111 0 110 110101 10101011 11000 100110

Color Harmonies of #497770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497770

Black with #497770

Text Example


Text Example

White with #497770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497770; }

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

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

background-color css

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

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

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

border-color css

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

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

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