Html Css Color HEX #497169 Dark Green Copper

📋 copy color: '#497169'

red 73 ◦ green 113 ◦ blue 105

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

Shades of Dark Green Copper #497169

Tints of Dark Green Copper #497169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.08%

R = 25.09%
G = 38.83%
B = 36.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#497169 (or 0x497169) is known color: Dark Green Copper. HEX triplet: 49, 71 and 69. RGB value is (73,113,105). Sum of RGB (Red+Green+Blue) = 73+113+105=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 113 - color contains mainly: green. Hex color #497169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497169 is #B68E96. Grayscale: #646464. Windows color (decimal): -11964055 or 6910281. OLE color: 6910281.

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

Color convert

RGB 73 113 105 -
CMYK 0.35 0 0.07 0.56
HSL 168º 0.22% 0.36% -
HSV(B) 168º 0.35% 0.44% -
XYZ 11.2 14.25 15.52 -
YUV 100.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 73 113 105 0.35 0 0.07 0.56 168 0.22 0.36
Hex 49 71 69 23 0 7 38 A8 16 24
Octal 111 161 151 43 0 7 70 250 26 44
Binary 1001001 1110001 1101001 100011 0 111 111000 10101000 10110 100100

Color Harmonies of #497169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497169

Black with #497169

Text Example


Text Example

White with #497169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497169; }

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

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

background-color css

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

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

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

border-color css

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

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

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