#45786D

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

Shades of Dark Green Copper #45786D

Tints of Dark Green Copper #45786D

Color information

#45786D (or 0x45786D) is unknown color: approx Dark Green Copper. HEX triplet: 45, 78 and 6D. RGB value is (69,120,109). Sum of RGB (Red+Green+Blue) = 69+120+109=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 120 - color contains mainly: green. Hex color #45786D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45786D is #BA8792. Grayscale: #676767. Windows color (decimal): -12224403 or 7174213. OLE color: 7174213.

HSL color Cylindrical-coordinate representation of color #45786D: hue angle of 167.06º 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 #45786D is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB69120109-
CMYK0.4200.090.53
HSL167.06º26.98%37.06%-
HSV(B)167.06º42.5%47.06%-
XYZ11.9315.816.89-
YUV103.5131.1103.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.15%
GREEN value IS 120 (47.27% from 255) = 40.27%
BLUE value IS 109 (42.97% from 255) = 36.58%
R=23.15%
G=40.27%
B=36.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691201090.4200.090.53167.0626.9837.06
Hex45786D2A0935a71b25
Octal10517015552011652473345
Binary100010111110001101101101010010011101011010011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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