#45746F

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

Shades of Dark Green Copper #45746F

Tints of Dark Green Copper #45746F

Color information

#45746F (or 0x45746F) is unknown color: approx Dark Green Copper. HEX triplet: 45, 74 and 6F. RGB value is (69,116,111). Sum of RGB (Red+Green+Blue) = 69+116+111=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 116 - color contains mainly: green. Hex color #45746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45746F is #BA8B90. Grayscale: #656565. Windows color (decimal): -12225425 or 7304261. OLE color: 7304261.

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

Color convert

RGB69116111-
CMYK0.4100.040.55
HSL173.62º25.41%36.27%-
HSV(B)173.62º40.52%45.49%-
XYZ11.5714.917.31-
YUV101.38133.43104.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.31%
GREEN value IS 116 (45.70% from 255) = 39.19%
BLUE value IS 111 (43.75% from 255) = 37.5%
R=23.31%
G=39.19%
B=37.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal691161110.4100.040.55173.6225.4136.27
Hex45746F290437ae1924
Octal1051641575104672563144
Binary10001011110100110111110100101001101111010111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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