#45786F

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

Shades of Dark Green Copper #45786F

Tints of Dark Green Copper #45786F

Color information

#45786F (or 0x45786F) is unknown color: approx Dark Green Copper. HEX triplet: 45, 78 and 6F. RGB value is (69,120,111). Sum of RGB (Red+Green+Blue) = 69+120+111=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #45786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45786F is #BA8790. Grayscale: #676767. Windows color (decimal): -12224401 or 7305285. OLE color: 7305285.

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

Color convert

RGB69120111-
CMYK0.4200.080.53
HSL169.41º26.98%37.06%-
HSV(B)169.41º42.5%47.06%-
XYZ12.0415.8517.46-
YUV103.72132.1103.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23%
GREEN value IS 120 (47.27% from 255) = 40%
BLUE value IS 111 (43.75% from 255) = 37%
R=23%
G=40%
B=37%

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
Decimal691201110.4200.080.53169.4126.9837.06
Hex45786F2A0835a91b25
Octal10517015752010652513345
Binary100010111110001101111101010010001101011010100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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