#498175

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

Shades of Dark Green Copper #498175

Tints of Dark Green Copper #498175

Color information

#498175 (or 0x498175) is unknown color: approx Dark Green Copper. HEX triplet: 49, 81 and 75. RGB value is (73,129,117). Sum of RGB (Red+Green+Blue) = 73+129+117=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 129 - color contains mainly: green. Hex color #498175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498175 is #B67E8A. Grayscale: #6E6E6E. Windows color (decimal): -11959947 or 7700809. OLE color: 7700809.

HSL color Cylindrical-coordinate representation of color #498175: hue angle of 167.14º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #498175 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB73129117-
CMYK0.4300.090.49
HSL167.14º27.72%39.61%-
HSV(B)167.14º43.41%50.59%-
XYZ13.8118.419.65-
YUV110.89131.45100.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.88%
GREEN value IS 129 (50.78% from 255) = 40.44%
BLUE value IS 117 (46.09% from 255) = 36.68%
R=22.88%
G=40.44%
B=36.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731291170.4300.090.49167.1427.7239.61
Hex4981752B0931a71c28
Octal11120116553011612473450
Binary1001001100000011110101101011010011100011010011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498175; }

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

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

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

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

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

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

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

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