#45726E

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

Shades of Dark Green Copper #45726E

Tints of Dark Green Copper #45726E

Color information

#45726E (or 0x45726E) is unknown color: approx Dark Green Copper. HEX triplet: 45, 72 and 6E. RGB value is (69,114,110). Sum of RGB (Red+Green+Blue) = 69+114+110=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 114 - color contains mainly: green. Hex color #45726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45726E is #BA8D91. Grayscale: #646464. Windows color (decimal): -12225938 or 7238213. OLE color: 7238213.

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

Color convert

RGB69114110-
CMYK0.3900.040.55
HSL174.67º24.59%35.88%-
HSV(B)174.67º39.47%44.71%-
XYZ11.2914.4316.94-
YUV100.09133.59105.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.55%
GREEN value IS 114 (44.92% from 255) = 38.91%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=23.55%
G=38.91%
B=37.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal691141100.3900.040.55174.6724.5935.88
Hex45726E270437af1924
Octal1051621564704672573144
Binary10001011110010110111010011101001101111010111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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