#497870

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

Shades of Dark Green Copper #497870

Tints of Dark Green Copper #497870

Color information

#497870 (or 0x497870) is unknown color: approx Dark Green Copper. HEX triplet: 49, 78 and 70. RGB value is (73,120,112). Sum of RGB (Red+Green+Blue) = 73+120+112=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #497870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497870 is #B6878F. Grayscale: #696969. Windows color (decimal): -11962256 or 7370825. OLE color: 7370825.

HSL color Cylindrical-coordinate representation of color #497870: hue angle of 169.79º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #497870 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB73120112-
CMYK0.3900.070.53
HSL169.79º24.35%37.84%-
HSV(B)169.79º39.17%47.06%-
XYZ12.3916.0217.77-
YUV105.04131.93105.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.93%
GREEN value IS 120 (47.27% from 255) = 39.34%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=23.93%
G=39.34%
B=36.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731201120.3900.070.53169.7924.3537.84
Hex497870270735aa1826
Octal1111701604707652523046
Binary10010011111000111000010011101111101011010101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497870; }

 p { color: rgb(73,120,112); }

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

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

 a { background-color: rgb(73,120,112); }

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

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

 span { border-color: rgb(73,120,112); }

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