Html Css Color HEX #497869 Dark Green Copper

📋 copy color: '#497869'

red 73 ◦ green 120 ◦ blue 105

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

Shades of Dark Green Copper #497869

Tints of Dark Green Copper #497869

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.27%

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

R = 24.5%
G = 40.27%
B = 35.23%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#497869 (or 0x497869) is known color: Dark Green Copper. HEX triplet: 49, 78 and 69. RGB value is (73,120,105). Sum of RGB (Red+Green+Blue) = 73+120+105=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 120 - color contains mainly: green. Hex color #497869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497869 is #B68796. Grayscale: #686868. Windows color (decimal): -11962263 or 6912073. OLE color: 6912073.

HSL color Cylindrical-coordinate representation of color #497869: hue angle of 160.85º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #497869 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 120 105 -
CMYK 0.39 0 0.13 0.53
HSL 160.85º 0.24% 0.38% -
HSV(B) 160.85º 0.39% 0.47% -
XYZ 12.01 15.87 15.79 -
YUV 104.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 73 120 105 0.39 0 0.13 0.53 160.85 0.24 0.38
Hex 49 78 69 27 0 D 35 A1 18 26
Octal 111 170 151 47 0 15 65 241 30 46
Binary 1001001 1111000 1101001 100111 0 1101 110101 10100001 11000 100110

Color Harmonies of #497869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497869

Black with #497869

Text Example


Text Example

White with #497869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497869; }

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

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

background-color css

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

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

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

border-color css

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

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

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