Html Css Color HEX #497672 Dark Green Copper

📋 copy color: '#497672'

red 73 ◦ green 118 ◦ blue 114

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

Shades of Dark Green Copper #497672

Tints of Dark Green Copper #497672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.69%

 BLUE value IS 114 (44.92% from 255) = 37.38%

R = 23.93%
G = 38.69%
B = 37.38%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#497672 (or 0x497672) is known color: Dark Green Copper. HEX triplet: 49, 76 and 72. RGB value is (73,118,114). Sum of RGB (Red+Green+Blue) = 73+118+114=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #497672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497672 is #B6898D. Grayscale: #686868. Windows color (decimal): -11962766 or 7501385. OLE color: 7501385.

HSL color Cylindrical-coordinate representation of color #497672: hue angle of 174.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497672 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 118 114 -
CMYK 0.38 0 0.03 0.54
HSL 174.67º 0.24% 0.37% -
HSV(B) 174.67º 0.38% 0.46% -
XYZ 12.26 15.59 18.28 -
YUV 104.09 133.59 105.83 -
System Red Green Blue C M Y K H S L
Decimal 73 118 114 0.38 0 0.03 0.54 174.67 0.24 0.37
Hex 49 76 72 26 0 3 36 AF 18 25
Octal 111 166 162 46 0 3 66 257 30 45
Binary 1001001 1110110 1110010 100110 0 11 110110 10101111 11000 100101

Color Harmonies of #497672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497672

Black with #497672

Text Example


Text Example

White with #497672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497672; }

 p { color: rgb(73,118,114); }

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

background-color css

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

 a { background-color: rgb(73,118,114); }

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

border-color css

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

 span { border-color: rgb(73,118,114); }

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