#456D66

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

Shades of Dark Green Copper #456D66

Tints of Dark Green Copper #456D66

Color information

#456D66 (or 0x456D66) is unknown color: approx Dark Green Copper. HEX triplet: 45, 6D and 66. RGB value is (69,109,102). Sum of RGB (Red+Green+Blue) = 69+109+102=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 109 - color contains mainly: green. Hex color #456D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456D66 is #BA9299. Grayscale: #606060. Windows color (decimal): -12227226 or 6712645. OLE color: 6712645.

HSL color Cylindrical-coordinate representation of color #456D66: hue angle of 169.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #456D66 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB69109102-
CMYK0.3700.060.57
HSL169.5º22.47%34.9%-
HSV(B)169.5º36.7%42.75%-
XYZ10.3213.1614.57-
YUV96.24131.25108.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.64%
GREEN value IS 109 (42.97% from 255) = 38.93%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=24.64%
G=38.93%
B=36.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal691091020.3700.060.57169.522.4734.9
Hex456D66250639aa1623
Octal1051551464506712522643
Binary10001011101101110011010010101101110011010101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456D66; }

 p { color: rgb(69,109,102); }

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

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

 a { background-color: rgb(69,109,102); }

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

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

 span { border-color: rgb(69,109,102); }

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