#456963

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

Shades of Dark Green Copper #456963

Tints of Dark Green Copper #456963

Color information

#456963 (or 0x456963) is unknown color: approx Dark Green Copper. HEX triplet: 45, 69 and 63. RGB value is (69,105,99). Sum of RGB (Red+Green+Blue) = 69+105+99=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 105 - color contains mainly: green. Hex color #456963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456963 is #BA969C. Grayscale: #5D5D5D. Windows color (decimal): -12228253 or 6515013. OLE color: 6515013.

HSL color Cylindrical-coordinate representation of color #456963: hue angle of 170º 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 #456963 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB6910599-
CMYK0.3400.060.59
HSL170º20.69%34.12%-
HSV(B)170º34.29%41.18%-
XYZ9.7612.2713.66-
YUV93.55131.07110.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.27%
GREEN value IS 105 (41.41% from 255) = 38.46%
BLUE value IS 99 (39.06% from 255) = 36.26%
R=25.27%
G=38.46%
B=36.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69105990.3400.060.5917020.6934.12
Hex45696322063Baa1522
Octal1051511434206732522542
Binary10001011101001110001110001001101110111010101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456963; }

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

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

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

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

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

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

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

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