#456A62

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

Shades of Dark Green Copper #456A62

Tints of Dark Green Copper #456A62

Color information

#456A62 (or 0x456A62) is unknown color: approx Dark Green Copper. HEX triplet: 45, 6A and 62. RGB value is (69,106,98). Sum of RGB (Red+Green+Blue) = 69+106+98=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 106 - color contains mainly: green. Hex color #456A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456A62 is #BA959D. Grayscale: #5E5E5E. Windows color (decimal): -12227998 or 6449733. OLE color: 6449733.

HSL color Cylindrical-coordinate representation of color #456A62: hue angle of 167.03º 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 #456A62 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB6910698-
CMYK0.3500.080.58
HSL167.03º21.14%34.31%-
HSV(B)167.03º34.91%41.57%-
XYZ9.8112.4613.44-
YUV94.02130.24110.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.27%
GREEN value IS 106 (41.80% from 255) = 38.83%
BLUE value IS 98 (38.67% from 255) = 35.90%
R=25.27%
G=38.83%
B=35.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69106980.3500.080.58167.0321.1434.31
Hex456A6223083Aa71522
Octal10515214243010722472542
Binary100010111010101100010100011010001110101010011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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