#457970

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

Shades of Dark Green Copper #457970

Tints of Dark Green Copper #457970

Color information

#457970 (or 0x457970) is unknown color: approx Dark Green Copper. HEX triplet: 45, 79 and 70. RGB value is (69,121,112). Sum of RGB (Red+Green+Blue) = 69+121+112=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 121 - color contains mainly: green. Hex color #457970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457970 is #BA868F. Grayscale: #686868. Windows color (decimal): -12224144 or 7371077. OLE color: 7371077.

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

Color convert

RGB69121112-
CMYK0.4300.070.53
HSL169.62º27.37%37.25%-
HSV(B)169.62º42.98%47.45%-
XYZ12.2216.1117.79-
YUV104.43132.27102.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.85%
GREEN value IS 121 (47.66% from 255) = 40.07%
BLUE value IS 112 (44.14% from 255) = 37.09%
R=22.85%
G=40.07%
B=37.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691211120.4300.070.53169.6227.3737.25
Hex4579702B0735aa1b25
Octal1051711605307652523345
Binary10001011111001111000010101101111101011010101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457970; }

 p { color: rgb(69,121,112); }

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

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

 a { background-color: rgb(69,121,112); }

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

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

 span { border-color: rgb(69,121,112); }

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