Html Css Color HEX #497069 Dark Green Copper

📋 copy color: '#497069'

red 73 ◦ green 112 ◦ blue 105

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

Shades of Dark Green Copper #497069

Tints of Dark Green Copper #497069

RGB

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

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

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

R = 25.17%
G = 38.62%
B = 36.21%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#497069 (or 0x497069) is known color: Dark Green Copper. HEX triplet: 49, 70 and 69. RGB value is (73,112,105). Sum of RGB (Red+Green+Blue) = 73+112+105=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #497069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497069 is #B68F96. Grayscale: #636363. Windows color (decimal): -11964311 or 6910025. OLE color: 6910025.

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

Color convert

RGB 73 112 105 -
CMYK 0.35 0 0.06 0.56
HSL 169.23º 0.21% 0.36% -
HSV(B) 169.23º 0.35% 0.44% -
XYZ 11.09 14.02 15.49 -
YUV 99.54 131.08 109.07 -
System Red Green Blue C M Y K H S L
Decimal 73 112 105 0.35 0 0.06 0.56 169.23 0.21 0.36
Hex 49 70 69 23 0 6 38 A9 15 24
Octal 111 160 151 43 0 6 70 251 25 44
Binary 1001001 1110000 1101001 100011 0 110 111000 10101001 10101 100100

Color Harmonies of #497069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497069

Black with #497069

Text Example


Text Example

White with #497069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497069; }

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

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

background-color css

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

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

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

border-color css

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

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

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