#45766D

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

Shades of Dark Green Copper #45766D

Tints of Dark Green Copper #45766D

Color information

#45766D (or 0x45766D) is unknown color: approx Dark Green Copper. HEX triplet: 45, 76 and 6D. RGB value is (69,118,109). Sum of RGB (Red+Green+Blue) = 69+118+109=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #45766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45766D is #BA8992. Grayscale: #666666. Windows color (decimal): -12224915 or 7173701. OLE color: 7173701.

HSL color Cylindrical-coordinate representation of color #45766D: hue angle of 168.98º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #45766D is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB69118109-
CMYK0.4200.080.54
HSL168.98º26.2%36.67%-
HSV(B)168.98º41.53%46.27%-
XYZ11.6915.3316.81-
YUV102.32131.77104.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.31%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 109 (42.97% from 255) = 36.82%
R=23.31%
G=39.86%
B=36.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal691181090.4200.080.54168.9826.236.67
Hex45766D2A0836a91a25
Octal10516615552010662513245
Binary100010111101101101101101010010001101101010100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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