Html Css Color HEX #497A6F Dark Green Copper

📋 copy color: '#497A6F'

red 73 ◦ green 122 ◦ blue 111

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

Shades of Dark Green Copper #497A6F

Tints of Dark Green Copper #497A6F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.87%

 BLUE value IS 111 (43.75% from 255) = 36.27%

R = 23.86%
G = 39.87%
B = 36.27%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#497A6F (or 0x497A6F) is known color: Dark Green Copper. HEX triplet: 49, 7A and 6F. RGB value is (73,122,111). Sum of RGB (Red+Green+Blue) = 73+122+111=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 122 - color contains mainly: green. Hex color #497A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A6F is #B68590. Grayscale: #6A6A6A. Windows color (decimal): -11961745 or 7305801. OLE color: 7305801.

HSL color Cylindrical-coordinate representation of color #497A6F: hue angle of 166.53º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497A6F is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 122 111 -
CMYK 0.40 0 0.09 0.52
HSL 166.53º 0.25% 0.38% -
HSV(B) 166.53º 0.4% 0.48% -
XYZ 12.58 16.48 17.56 -
YUV 106.1 130.77 104.39 -
System Red Green Blue C M Y K H S L
Decimal 73 122 111 0.40 0 0.09 0.52 166.53 0.25 0.38
Hex 49 7A 6F 28 0 9 34 A7 19 26
Octal 111 172 157 50 0 11 64 247 31 46
Binary 1001001 1111010 1101111 101000 0 1001 110100 10100111 11001 100110

Color Harmonies of #497A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A6F

Black with #497A6F

Text Example


Text Example

White with #497A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497A6F; }

 p { color: rgb(73,122,111); }

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

background-color css

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

 a { background-color: rgb(73,122,111); }

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

border-color css

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

 span { border-color: rgb(73,122,111); }

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