#45756C

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

Shades of Dark Green Copper #45756C

Tints of Dark Green Copper #45756C

Color information

#45756C (or 0x45756C) is unknown color: approx Dark Green Copper. HEX triplet: 45, 75 and 6C. RGB value is (69,117,108). Sum of RGB (Red+Green+Blue) = 69+117+108=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #45756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45756C is #BA8A93. Grayscale: #656565. Windows color (decimal): -12225172 or 7107909. OLE color: 7107909.

HSL color Cylindrical-coordinate representation of color #45756C: hue angle of 168.75º 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 #45756C is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB69117108-
CMYK0.4100.080.54
HSL168.75º25.81%36.47%-
HSV(B)168.75º41.03%45.88%-
XYZ11.5215.0716.49-
YUV101.62131.6104.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.47%
GREEN value IS 117 (46.09% from 255) = 39.80%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=23.47%
G=39.80%
B=36.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal691171080.4100.080.54168.7525.8136.47
Hex45756C290836a91a24
Octal10516515451010662513244
Binary100010111101011101100101001010001101101010100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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