#498075

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

Shades of Dark Green Copper #498075

Tints of Dark Green Copper #498075

Color information

#498075 (or 0x498075) is unknown color: approx Dark Green Copper. HEX triplet: 49, 80 and 75. RGB value is (73,128,117). Sum of RGB (Red+Green+Blue) = 73+128+117=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 128 - color contains mainly: green. Hex color #498075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498075 is #B67F8A. Grayscale: #6E6E6E. Windows color (decimal): -11960203 or 7700553. OLE color: 7700553.

HSL color Cylindrical-coordinate representation of color #498075: hue angle of 168º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #498075 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB73128117-
CMYK0.4300.090.50
HSL168º27.36%39.41%-
HSV(B)168º42.97%50.2%-
XYZ13.6818.1419.61-
YUV110.3131.78101.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 128 (50.39% from 255) = 40.25%
BLUE value IS 117 (46.09% from 255) = 36.79%
R=22.96%
G=40.25%
B=36.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal731281170.4300.090.5016827.3639.41
Hex4980752B0932a81b27
Octal11120016553011622503347
Binary1001001100000001110101101011010011100101010100011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498075; }

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

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

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

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

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

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

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

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