#45746E

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

Shades of Dark Green Copper #45746E

Tints of Dark Green Copper #45746E

Color information

#45746E (or 0x45746E) is unknown color: approx Dark Green Copper. HEX triplet: 45, 74 and 6E. RGB value is (69,116,110). Sum of RGB (Red+Green+Blue) = 69+116+110=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 116 - color contains mainly: green. Hex color #45746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45746E is #BA8B91. Grayscale: #656565. Windows color (decimal): -12225426 or 7238725. OLE color: 7238725.

HSL color Cylindrical-coordinate representation of color #45746E: hue angle of 172.34º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #45746E is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB69116110-
CMYK0.4100.050.55
HSL172.34º25.41%36.27%-
HSV(B)172.34º40.52%45.49%-
XYZ11.5114.8817.02-
YUV101.26132.93104.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.39%
GREEN value IS 116 (45.70% from 255) = 39.32%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=23.39%
G=39.32%
B=37.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal691161100.4100.050.55172.3425.4136.27
Hex45746E290537ac1924
Octal1051641565105672543144
Binary10001011110100110111010100101011101111010110011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45746E; }

 p { color: rgb(69,116,110); }

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

<style>
 a { background-color: #45746E; }

 a { background-color: rgb(69,116,110); }

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

<style>
 span { border-color: #45746E; }

 span { border-color: rgb(69,116,110); }

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