Html Css Color HEX #497066 Dark Green Copper

📋 copy color: '#497066'

red 73 ◦ green 112 ◦ blue 102

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

Shades of Dark Green Copper #497066

Tints of Dark Green Copper #497066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.02%

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

R = 25.44%
G = 39.02%
B = 35.54%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#497066 (or 0x497066) is known color: Dark Green Copper. HEX triplet: 49, 70 and 66. RGB value is (73,112,102). Sum of RGB (Red+Green+Blue) = 73+112+102=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #497066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497066 is #B68F99. Grayscale: #636363. Windows color (decimal): -11964314 or 6713417. OLE color: 6713417.

HSL color Cylindrical-coordinate representation of color #497066: hue angle of 164.62º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #497066 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 112 102 -
CMYK 0.35 0 0.09 0.56
HSL 164.62º 0.21% 0.36% -
HSV(B) 164.62º 0.35% 0.44% -
XYZ 10.94 13.96 14.69 -
YUV 99.2 129.58 109.31 -
System Red Green Blue C M Y K H S L
Decimal 73 112 102 0.35 0 0.09 0.56 164.62 0.21 0.36
Hex 49 70 66 23 0 9 38 A5 15 24
Octal 111 160 146 43 0 11 70 245 25 44
Binary 1001001 1110000 1100110 100011 0 1001 111000 10100101 10101 100100

Color Harmonies of #497066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497066

Black with #497066

Text Example


Text Example

White with #497066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497066; }

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

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

background-color css

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

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

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

border-color css

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

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

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