Html Css Color HEX #497466 Dark Green Copper

📋 copy color: '#497466'

red 73 ◦ green 116 ◦ blue 102

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

Shades of Dark Green Copper #497466

Tints of Dark Green Copper #497466

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.86%

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

R = 25.09%
G = 39.86%
B = 35.05%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#497466 (or 0x497466) is known color: Dark Green Copper. HEX triplet: 49, 74 and 66. RGB value is (73,116,102). Sum of RGB (Red+Green+Blue) = 73+116+102=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 116 - color contains mainly: green. Hex color #497466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497466 is #B68B99. Grayscale: #656565. Windows color (decimal): -11963290 or 6714441. OLE color: 6714441.

HSL color Cylindrical-coordinate representation of color #497466: hue angle of 160.47º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #497466 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 116 102 -
CMYK 0.37 0 0.12 0.55
HSL 160.47º 0.23% 0.37% -
HSV(B) 160.47º 0.37% 0.45% -
XYZ 11.39 14.87 14.84 -
YUV 101.55 128.25 107.64 -
System Red Green Blue C M Y K H S L
Decimal 73 116 102 0.37 0 0.12 0.55 160.47 0.23 0.37
Hex 49 74 66 25 0 C 37 A0 17 25
Octal 111 164 146 45 0 14 67 240 27 45
Binary 1001001 1110100 1100110 100101 0 1100 110111 10100000 10111 100101

Color Harmonies of #497466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497466

Black with #497466

Text Example


Text Example

White with #497466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497466; }

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

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

background-color css

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

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

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

border-color css

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

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

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