#45756B

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

Shades of Dark Green Copper #45756B

Tints of Dark Green Copper #45756B

Color information

#45756B (or 0x45756B) is unknown color: approx Dark Green Copper. HEX triplet: 45, 75 and 6B. RGB value is (69,117,107). Sum of RGB (Red+Green+Blue) = 69+117+107=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #45756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45756B is #BA8A94. Grayscale: #656565. Windows color (decimal): -12225173 or 7042373. OLE color: 7042373.

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

Color convert

RGB69117107-
CMYK0.4100.090.54
HSL167.5º25.81%36.47%-
HSV(B)167.5º41.03%45.88%-
XYZ11.4715.0516.21-
YUV101.51131.1104.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.55%
GREEN value IS 117 (46.09% from 255) = 39.93%
BLUE value IS 107 (42.19% from 255) = 36.52%
R=23.55%
G=39.93%
B=36.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal691171070.4100.090.54167.525.8136.47
Hex45756B290936a81a24
Octal10516515351011662503244
Binary100010111101011101011101001010011101101010100011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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