#456B62

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

Shades of Dark Green Copper #456B62

Tints of Dark Green Copper #456B62

Color information

#456B62 (or 0x456B62) is unknown color: approx Dark Green Copper. HEX triplet: 45, 6B and 62. RGB value is (69,107,98). Sum of RGB (Red+Green+Blue) = 69+107+98=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 107 - color contains mainly: green. Hex color #456B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456B62 is #BA949D. Grayscale: #5E5E5E. Windows color (decimal): -12227742 or 6449989. OLE color: 6449989.

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

Color convert

RGB6910798-
CMYK0.3600.080.58
HSL165.79º21.59%34.51%-
HSV(B)165.79º35.51%41.96%-
XYZ9.9212.6613.48-
YUV94.61129.91109.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.18%
GREEN value IS 107 (42.19% from 255) = 39.05%
BLUE value IS 98 (38.67% from 255) = 35.77%
R=25.18%
G=39.05%
B=35.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69107980.3600.080.58165.7921.5934.51
Hex456B6224083Aa61623
Octal10515314244010722462643
Binary100010111010111100010100100010001110101010011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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