#456A63

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

Shades of Dark Green Copper #456A63

Tints of Dark Green Copper #456A63

Color information

#456A63 (or 0x456A63) is unknown color: approx Dark Green Copper. HEX triplet: 45, 6A and 63. RGB value is (69,106,99). Sum of RGB (Red+Green+Blue) = 69+106+99=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 106 - color contains mainly: green. Hex color #456A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456A63 is #BA959C. Grayscale: #5E5E5E. Windows color (decimal): -12227997 or 6515269. OLE color: 6515269.

HSL color Cylindrical-coordinate representation of color #456A63: hue angle of 168.65º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #456A63 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB6910699-
CMYK0.3500.070.58
HSL168.65º21.14%34.31%-
HSV(B)168.65º34.91%41.57%-
XYZ9.8612.4713.69-
YUV94.14130.74110.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.18%
GREEN value IS 106 (41.80% from 255) = 38.69%
BLUE value IS 99 (39.06% from 255) = 36.13%
R=25.18%
G=38.69%
B=36.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69106990.3500.070.58168.6521.1434.31
Hex456A6323073Aa91522
Octal1051521434307722512542
Binary10001011101010110001110001101111110101010100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456A63; }

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

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

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

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

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

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

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

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