#457164

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

Shades of Dark Green Copper #457164

Tints of Dark Green Copper #457164

Color information

#457164 (or 0x457164) is unknown color: approx Dark Green Copper. HEX triplet: 45, 71 and 64. RGB value is (69,113,100). Sum of RGB (Red+Green+Blue) = 69+113+100=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 113 - color contains mainly: green. Hex color #457164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457164 is #BA8E9B. Grayscale: #626262. Windows color (decimal): -12226204 or 6582597. OLE color: 6582597.

HSL color Cylindrical-coordinate representation of color #457164: hue angle of 162.27º 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 #457164 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB69113100-
CMYK0.3900.120.56
HSL162.27º24.18%35.69%-
HSV(B)162.27º38.94%44.31%-
XYZ10.661414.2-
YUV98.36128.92107.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.47%
GREEN value IS 113 (44.53% from 255) = 40.07%
BLUE value IS 100 (39.45% from 255) = 35.46%
R=24.47%
G=40.07%
B=35.46%

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
Decimal691131000.3900.120.56162.2724.1835.69
Hex457164270C38a21824
Octal10516114447014702423044
Binary100010111100011100100100111011001110001010001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457164; }

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

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

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

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

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

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

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

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