Html Css Color HEX #497771 Dark Green Copper

📋 copy color: '#497771'

red 73 ◦ green 119 ◦ blue 113

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

Shades of Dark Green Copper #497771

Tints of Dark Green Copper #497771

RGB

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

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

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

R = 23.93%
G = 39.02%
B = 37.05%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#497771 (or 0x497771) is known color: Dark Green Copper. HEX triplet: 49, 77 and 71. RGB value is (73,119,113). Sum of RGB (Red+Green+Blue) = 73+119+113=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 119 - color contains mainly: green. Hex color #497771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497771 is #B6888E. Grayscale: #686868. Windows color (decimal): -11962511 or 7436105. OLE color: 7436105.

HSL color Cylindrical-coordinate representation of color #497771: hue angle of 172.17º 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 #497771 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 119 113 -
CMYK 0.39 0 0.05 0.53
HSL 172.17º 0.24% 0.38% -
HSV(B) 172.17º 0.39% 0.47% -
XYZ 12.33 15.8 18.02 -
YUV 104.56 132.76 105.49 -
System Red Green Blue C M Y K H S L
Decimal 73 119 113 0.39 0 0.05 0.53 172.17 0.24 0.38
Hex 49 77 71 27 0 5 35 AC 18 26
Octal 111 167 161 47 0 5 65 254 30 46
Binary 1001001 1110111 1110001 100111 0 101 110101 10101100 11000 100110

Color Harmonies of #497771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497771

Black with #497771

Text Example


Text Example

White with #497771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497771; }

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

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

background-color css

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

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

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

border-color css

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

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

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