Html Css Color HEX #497166 Dark Green Copper

📋 copy color: '#497166'

red 73 ◦ green 113 ◦ blue 102

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

Shades of Dark Green Copper #497166

Tints of Dark Green Copper #497166

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.24%

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

R = 25.35%
G = 39.24%
B = 35.42%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#497166 (or 0x497166) is known color: Dark Green Copper. HEX triplet: 49, 71 and 66. RGB value is (73,113,102). Sum of RGB (Red+Green+Blue) = 73+113+102=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #497166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497166 is #B68E99. Grayscale: #636363. Windows color (decimal): -11964058 or 6713673. OLE color: 6713673.

HSL color Cylindrical-coordinate representation of color #497166: hue angle of 163.5º degrees, saturation: 0.22, 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 #497166 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 113 102 -
CMYK 0.35 0 0.10 0.56
HSL 163.5º 0.22% 0.36% -
HSV(B) 163.5º 0.35% 0.44% -
XYZ 11.05 14.19 14.73 -
YUV 99.79 129.25 108.89 -
System Red Green Blue C M Y K H S L
Decimal 73 113 102 0.35 0 0.10 0.56 163.5 0.22 0.36
Hex 49 71 66 23 0 A 38 A4 16 24
Octal 111 161 146 43 0 12 70 244 26 44
Binary 1001001 1110001 1100110 100011 0 1010 111000 10100100 10110 100100

Color Harmonies of #497166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497166

Black with #497166

Text Example


Text Example

White with #497166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497166; }

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

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

background-color css

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

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

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

border-color css

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

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

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