Html Css Color HEX #497769 Dark Green Copper

📋 copy color: '#497769'

red 73 ◦ green 119 ◦ blue 105

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

Shades of Dark Green Copper #497769

Tints of Dark Green Copper #497769

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.07%

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

R = 24.58%
G = 40.07%
B = 35.35%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#497769 (or 0x497769) is known color: Dark Green Copper. HEX triplet: 49, 77 and 69. RGB value is (73,119,105). Sum of RGB (Red+Green+Blue) = 73+119+105=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 119 - color contains mainly: green. Hex color #497769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497769 is #B68896. Grayscale: #676767. Windows color (decimal): -11962519 or 6911817. OLE color: 6911817.

HSL color Cylindrical-coordinate representation of color #497769: hue angle of 161.74º 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 #497769 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 119 105 -
CMYK 0.39 0 0.12 0.53
HSL 161.74º 0.24% 0.38% -
HSV(B) 161.74º 0.39% 0.47% -
XYZ 11.89 15.63 15.75 -
YUV 103.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 73 119 105 0.39 0 0.12 0.53 161.74 0.24 0.38
Hex 49 77 69 27 0 C 35 A2 18 26
Octal 111 167 151 47 0 14 65 242 30 46
Binary 1001001 1110111 1101001 100111 0 1100 110101 10100010 11000 100110

Color Harmonies of #497769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497769

Black with #497769

Text Example


Text Example

White with #497769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497769; }

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

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

background-color css

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

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

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

border-color css

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

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

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