#457870

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

Shades of Dark Green Copper #457870

Tints of Dark Green Copper #457870

Color information

#457870 (or 0x457870) is unknown color: approx Dark Green Copper. HEX triplet: 45, 78 and 70. RGB value is (69,120,112). Sum of RGB (Red+Green+Blue) = 69+120+112=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 120 - color contains mainly: green. Hex color #457870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457870 is #BA878F. Grayscale: #676767. Windows color (decimal): -12224400 or 7370821. OLE color: 7370821.

HSL color Cylindrical-coordinate representation of color #457870: hue angle of 170.59º 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 #457870 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB69120112-
CMYK0.4200.070.53
HSL170.59º26.98%37.06%-
HSV(B)170.59º42.5%47.06%-
XYZ12.115.8717.75-
YUV103.84132.6103.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.92%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 112 (44.14% from 255) = 37.21%
R=22.92%
G=39.87%
B=37.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691201120.4200.070.53170.5926.9837.06
Hex4578702A0735ab1b25
Octal1051701605207652533345
Binary10001011111000111000010101001111101011010101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457870; }

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

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

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

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

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

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

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

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