#456965

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

Shades of Dark Green Copper #456965

Tints of Dark Green Copper #456965

Color information

#456965 (or 0x456965) is unknown color: approx Dark Green Copper. HEX triplet: 45, 69 and 65. RGB value is (69,105,101). Sum of RGB (Red+Green+Blue) = 69+105+101=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 105 - color contains mainly: green. Hex color #456965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456965 is #BA969A. Grayscale: #5D5D5D. Windows color (decimal): -12228251 or 6646085. OLE color: 6646085.

HSL color Cylindrical-coordinate representation of color #456965: hue angle of 173.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #456965 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB69105101-
CMYK0.3400.040.59
HSL173.33º20.69%34.12%-
HSV(B)173.33º34.29%41.18%-
XYZ9.8512.3114.17-
YUV93.78132.07110.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.09%
GREEN value IS 105 (41.41% from 255) = 38.18%
BLUE value IS 101 (39.84% from 255) = 36.73%
R=25.09%
G=38.18%
B=36.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal691051010.3400.040.59173.3320.6934.12
Hex45696522043Bad1522
Octal1051511454204732552542
Binary10001011101001110010110001001001110111010110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456965; }

 p { color: rgb(69,105,101); }

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

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

 a { background-color: rgb(69,105,101); }

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

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

 span { border-color: rgb(69,105,101); }

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