#45796F

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

Shades of Dark Green Copper #45796F

Tints of Dark Green Copper #45796F

Color information

#45796F (or 0x45796F) is unknown color: approx Dark Green Copper. HEX triplet: 45, 79 and 6F. RGB value is (69,121,111). Sum of RGB (Red+Green+Blue) = 69+121+111=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 121 - color contains mainly: green. Hex color #45796F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45796F is #BA8690. Grayscale: #686868. Windows color (decimal): -12224145 or 7305541. OLE color: 7305541.

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

Color convert

RGB69121111-
CMYK0.4300.080.53
HSL168.46º27.37%37.25%-
HSV(B)168.46º42.98%47.45%-
XYZ12.1616.0917.5-
YUV104.31131.77102.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.92%
GREEN value IS 121 (47.66% from 255) = 40.20%
BLUE value IS 111 (43.75% from 255) = 36.88%
R=22.92%
G=40.20%
B=36.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691211110.4300.080.53168.4627.3737.25
Hex45796F2B0835a81b25
Octal10517115753010652503345
Binary100010111110011101111101011010001101011010100011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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