Html Css Color HEX #497666 Dark Green Copper

📋 copy color: '#497666'

red 73 ◦ green 118 ◦ blue 102

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

Shades of Dark Green Copper #497666

Tints of Dark Green Copper #497666

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.27%

 BLUE value IS 102 (40.23% from 255) = 34.81%

R = 24.91%
G = 40.27%
B = 34.81%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#497666 (or 0x497666) is known color: Dark Green Copper. HEX triplet: 49, 76 and 66. RGB value is (73,118,102). Sum of RGB (Red+Green+Blue) = 73+118+102=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #497666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497666 is #B68999. Grayscale: #666666. Windows color (decimal): -11962778 or 6714953. OLE color: 6714953.

HSL color Cylindrical-coordinate representation of color #497666: hue angle of 158.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497666 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 118 102 -
CMYK 0.38 0 0.14 0.54
HSL 158.67º 0.24% 0.37% -
HSV(B) 158.67º 0.38% 0.46% -
XYZ 11.62 15.33 14.92 -
YUV 102.72 127.59 106.8 -
System Red Green Blue C M Y K H S L
Decimal 73 118 102 0.38 0 0.14 0.54 158.67 0.24 0.37
Hex 49 76 66 26 0 E 36 9F 18 25
Octal 111 166 146 46 0 16 66 237 30 45
Binary 1001001 1110110 1100110 100110 0 1110 110110 10011111 11000 100101

Color Harmonies of #497666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497666

Black with #497666

Text Example


Text Example

White with #497666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497666; }

 p { color: rgb(73,118,102); }

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

background-color css

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

 a { background-color: rgb(73,118,102); }

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

border-color css

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

 span { border-color: rgb(73,118,102); }

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