#457370

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

Shades of Dark Green Copper #457370

Tints of Dark Green Copper #457370

Color information

#457370 (or 0x457370) is unknown color: approx Dark Green Copper. HEX triplet: 45, 73 and 70. RGB value is (69,115,112). Sum of RGB (Red+Green+Blue) = 69+115+112=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 115 - color contains mainly: green. Hex color #457370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457370 is #BA8C8F. Grayscale: #646464. Windows color (decimal): -12225680 or 7369541. OLE color: 7369541.

HSL color Cylindrical-coordinate representation of color #457370: hue angle of 176.09º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #457370 is Cyan = 0.4, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB69115112-
CMYK0.400.030.55
HSL176.09º25%36.08%-
HSV(B)176.09º40%45.1%-
XYZ11.5114.717.56-
YUV100.9134.26105.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.31%
GREEN value IS 115 (45.31% from 255) = 38.85%
BLUE value IS 112 (44.14% from 255) = 37.84%
R=23.31%
G=38.85%
B=37.84%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal691151120.400.030.55176.092536.08
Hex457370280337b01924
Octal1051631605003672603144
Binary1000101111001111100001010000111101111011000011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457370; }

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

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

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

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

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

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

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

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