#45796C

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

Shades of Dark Green Copper #45796C

Tints of Dark Green Copper #45796C

Color information

#45796C (or 0x45796C) is unknown color: approx Dark Green Copper. HEX triplet: 45, 79 and 6C. RGB value is (69,121,108). Sum of RGB (Red+Green+Blue) = 69+121+108=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #45796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45796C is #BA8693. Grayscale: #676767. Windows color (decimal): -12224148 or 7108933. OLE color: 7108933.

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

Color convert

RGB69121108-
CMYK0.4300.110.53
HSL165º27.37%37.25%-
HSV(B)165º42.98%47.45%-
XYZ1216.0216.65-
YUV103.97130.27103.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.15%
GREEN value IS 121 (47.66% from 255) = 40.60%
BLUE value IS 108 (42.58% from 255) = 36.24%
R=23.15%
G=40.60%
B=36.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691211080.4300.110.5316527.3737.25
Hex45796C2B0B35a51b25
Octal10517115453013652453345
Binary100010111110011101100101011010111101011010010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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