#45756F

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

Shades of Dark Green Copper #45756F

Tints of Dark Green Copper #45756F

Color information

#45756F (or 0x45756F) is unknown color: approx Dark Green Copper. HEX triplet: 45, 75 and 6F. RGB value is (69,117,111). Sum of RGB (Red+Green+Blue) = 69+117+111=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 117 - color contains mainly: green. Hex color #45756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45756F is #BA8A90. Grayscale: #656565. Windows color (decimal): -12225169 or 7304517. OLE color: 7304517.

HSL color Cylindrical-coordinate representation of color #45756F: hue angle of 172.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #45756F is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB69117111-
CMYK0.4100.050.54
HSL172.5º25.81%36.47%-
HSV(B)172.5º41.03%45.88%-
XYZ11.6815.1417.34-
YUV101.96133.1104.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.23%
GREEN value IS 117 (46.09% from 255) = 39.39%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=23.23%
G=39.39%
B=37.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal691171110.4100.050.54172.525.8136.47
Hex45756F290536ac1a24
Octal1051651575105662543244
Binary10001011110101110111110100101011101101010110011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45756F; }

 p { color: rgb(69,117,111); }

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

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

 a { background-color: rgb(69,117,111); }

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

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

 span { border-color: rgb(69,117,111); }

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