#45726D

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

Shades of Dark Green Copper #45726D

Tints of Dark Green Copper #45726D

Color information

#45726D (or 0x45726D) is unknown color: approx Dark Green Copper. HEX triplet: 45, 72 and 6D. RGB value is (69,114,109). Sum of RGB (Red+Green+Blue) = 69+114+109=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #45726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45726D is #BA8D92. Grayscale: #636363. Windows color (decimal): -12225939 or 7172677. OLE color: 7172677.

HSL color Cylindrical-coordinate representation of color #45726D: hue angle of 173.33º 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 #45726D is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB69114109-
CMYK0.3900.040.55
HSL173.33º24.59%35.88%-
HSV(B)173.33º39.47%44.71%-
XYZ11.2314.416.66-
YUV99.98133.09105.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.63%
GREEN value IS 114 (44.92% from 255) = 39.04%
BLUE value IS 109 (42.97% from 255) = 37.33%
R=23.63%
G=39.04%
B=37.33%

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
Decimal691141090.3900.040.55173.3324.5935.88
Hex45726D270437ad1924
Octal1051621554704672553144
Binary10001011110010110110110011101001101111010110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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