#498174

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

Shades of Dark Green Copper #498174

Tints of Dark Green Copper #498174

Color information

#498174 (or 0x498174) is unknown color: approx Dark Green Copper. HEX triplet: 49, 81 and 74. RGB value is (73,129,116). Sum of RGB (Red+Green+Blue) = 73+129+116=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 129 - color contains mainly: green. Hex color #498174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498174 is #B67E8B. Grayscale: #6E6E6E. Windows color (decimal): -11959948 or 7635273. OLE color: 7635273.

HSL color Cylindrical-coordinate representation of color #498174: hue angle of 166.07º 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 #498174 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB73129116-
CMYK0.4300.100.49
HSL166.07º27.72%39.61%-
HSV(B)166.07º43.41%50.59%-
XYZ13.7518.3819.35-
YUV110.77130.95101.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 116 (45.70% from 255) = 36.48%
R=22.96%
G=40.57%
B=36.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731291160.4300.100.49166.0727.7239.61
Hex4981742B0A31a61c28
Octal11120116453012612463450
Binary1001001100000011110100101011010101100011010011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498174; }

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

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

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

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

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

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

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

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