#497572

Color #497572 Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #497572

Tints of Dark Green Copper #497572

Color information

#497572 (or 0x497572) is unknown color: approx Dark Green Copper. HEX triplet: 49, 75 and 72. RGB value is (73,117,114). Sum of RGB (Red+Green+Blue) = 73+117+114=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 117 - color contains mainly: green. Hex color #497572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497572 is #B68A8D. Grayscale: #676767. Windows color (decimal): -11963022 or 7501129. OLE color: 7501129.

HSL color Cylindrical-coordinate representation of color #497572: hue angle of 175.91º degrees, saturation: 0.23, 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 #497572 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB73117114-
CMYK0.3800.030.54
HSL175.91º23.16%37.25%-
HSV(B)175.91º37.61%45.88%-
XYZ12.1515.3518.24-
YUV103.5133.92106.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 117 (46.09% from 255) = 38.49%
BLUE value IS 114 (44.92% from 255) = 37.5%
R=24.01%
G=38.49%
B=37.5%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal731171140.3800.030.54175.9123.1637.25
Hex497572260336b01725
Octal1111651624603662602745
Binary1001001111010111100101001100111101101011000010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497572; }

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

 H1.HeaderClassName
 {
   color: #497572;
 }
 .AnyTagClassName
 {
   color: #497572;
 }
</style>
background-color css

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

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

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

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

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

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