#45756A

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

Shades of Dark Green Copper #45756A

Tints of Dark Green Copper #45756A

Color information

#45756A (or 0x45756A) is unknown color: approx Dark Green Copper. HEX triplet: 45, 75 and 6A. RGB value is (69,117,106). Sum of RGB (Red+Green+Blue) = 69+117+106=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 117 - color contains mainly: green. Hex color #45756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45756A is #BA8A95. Grayscale: #656565. Windows color (decimal): -12225174 or 6976837. OLE color: 6976837.

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

Color convert

RGB69117106-
CMYK0.4100.090.54
HSL166.25º25.81%36.47%-
HSV(B)166.25º41.03%45.88%-
XYZ11.4215.0315.93-
YUV101.39130.6104.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.63%
GREEN value IS 117 (46.09% from 255) = 40.07%
BLUE value IS 106 (41.80% from 255) = 36.30%
R=23.63%
G=40.07%
B=36.30%

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
Decimal691171060.4100.090.54166.2525.8136.47
Hex45756A290936a61a24
Octal10516515251011662463244
Binary100010111101011101010101001010011101101010011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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