#457163

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

Shades of Dark Green Copper #457163

Tints of Dark Green Copper #457163

Color information

#457163 (or 0x457163) is unknown color: approx Dark Green Copper. HEX triplet: 45, 71 and 63. RGB value is (69,113,99). Sum of RGB (Red+Green+Blue) = 69+113+99=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #457163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457163 is #BA8E9C. Grayscale: #626262. Windows color (decimal): -12226205 or 6517061. OLE color: 6517061.

HSL color Cylindrical-coordinate representation of color #457163: hue angle of 160.91º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #457163 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB6911399-
CMYK0.3900.120.56
HSL160.91º24.18%35.69%-
HSV(B)160.91º38.94%44.31%-
XYZ10.6113.9813.94-
YUV98.25128.42107.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.56%
GREEN value IS 113 (44.53% from 255) = 40.21%
BLUE value IS 99 (39.06% from 255) = 35.23%
R=24.56%
G=40.21%
B=35.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69113990.3900.120.56160.9124.1835.69
Hex457163270C38a11824
Octal10516114347014702413044
Binary100010111100011100011100111011001110001010000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457163; }

 p { color: rgb(69,113,99); }

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

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

 a { background-color: rgb(69,113,99); }

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

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

 span { border-color: rgb(69,113,99); }

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