#45736C

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

Shades of Dark Green Copper #45736C

Tints of Dark Green Copper #45736C

Color information

#45736C (or 0x45736C) is unknown color: approx Dark Green Copper. HEX triplet: 45, 73 and 6C. RGB value is (69,115,108). Sum of RGB (Red+Green+Blue) = 69+115+108=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 115 - color contains mainly: green. Hex color #45736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45736C is #BA8C93. Grayscale: #646464. Windows color (decimal): -12225684 or 7107397. OLE color: 7107397.

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

Color convert

RGB69115108-
CMYK0.400.060.55
HSL170.87º25%36.08%-
HSV(B)170.87º40%45.1%-
XYZ11.2914.6116.41-
YUV100.45132.26105.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.63%
GREEN value IS 115 (45.31% from 255) = 39.38%
BLUE value IS 108 (42.58% from 255) = 36.99%
R=23.63%
G=39.38%
B=36.99%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal691151080.400.060.55170.872536.08
Hex45736C280637ab1924
Octal1051631545006672533144
Binary10001011110011110110010100001101101111010101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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