#45786E

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

Shades of Dark Green Copper #45786E

Tints of Dark Green Copper #45786E

Color information

#45786E (or 0x45786E) is unknown color: approx Dark Green Copper. HEX triplet: 45, 78 and 6E. RGB value is (69,120,110). Sum of RGB (Red+Green+Blue) = 69+120+110=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #45786E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45786E is #BA8791. Grayscale: #676767. Windows color (decimal): -12224402 or 7239749. OLE color: 7239749.

HSL color Cylindrical-coordinate representation of color #45786E: hue angle of 168.24º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #45786E is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB69120110-
CMYK0.4200.080.53
HSL168.24º26.98%37.06%-
HSV(B)168.24º42.5%47.06%-
XYZ11.9915.8217.17-
YUV103.61131.6103.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.08%
GREEN value IS 120 (47.27% from 255) = 40.13%
BLUE value IS 110 (43.36% from 255) = 36.79%
R=23.08%
G=40.13%
B=36.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691201100.4200.080.53168.2426.9837.06
Hex45786E2A0835a81b25
Octal10517015652010652503345
Binary100010111110001101110101010010001101011010100011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45786E; }

 p { color: rgb(69,120,110); }

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

<style>
 a { background-color: #45786E; }

 a { background-color: rgb(69,120,110); }

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

<style>
 span { border-color: #45786E; }

 span { border-color: rgb(69,120,110); }

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