#45716C

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

Shades of Dark Green Copper #45716C

Tints of Dark Green Copper #45716C

Color information

#45716C (or 0x45716C) is unknown color: approx Dark Green Copper. HEX triplet: 45, 71 and 6C. RGB value is (69,113,108). Sum of RGB (Red+Green+Blue) = 69+113+108=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 113 - color contains mainly: green. Hex color #45716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45716C is #BA8E93. Grayscale: #636363. Windows color (decimal): -12226196 or 7106885. OLE color: 7106885.

HSL color Cylindrical-coordinate representation of color #45716C: hue angle of 173.18º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #45716C is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB69113108-
CMYK0.3900.040.56
HSL173.18º24.18%35.69%-
HSV(B)173.18º38.94%44.31%-
XYZ11.0714.1616.34-
YUV99.27132.92106.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.79%
GREEN value IS 113 (44.53% from 255) = 38.97%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=23.79%
G=38.97%
B=37.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal691131080.3900.040.56173.1824.1835.69
Hex45716C270438ad1824
Octal1051611544704702553044
Binary10001011110001110110010011101001110001010110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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