#456662

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

Shades of Dark Green Copper #456662

Tints of Dark Green Copper #456662

Color information

#456662 (or 0x456662) is unknown color: approx Dark Green Copper. HEX triplet: 45, 66 and 62. RGB value is (69,102,98). Sum of RGB (Red+Green+Blue) = 69+102+98=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 102 - color contains mainly: green. Hex color #456662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456662 is #BA999D. Grayscale: #5B5B5B. Windows color (decimal): -12229022 or 6448709. OLE color: 6448709.

HSL color Cylindrical-coordinate representation of color #456662: hue angle of 172.73º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #456662 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB6910298-
CMYK0.3200.040.6
HSL172.73º19.3%33.53%-
HSV(B)172.73º32.35%40%-
XYZ9.4111.6513.31-
YUV91.68131.57111.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.65%
GREEN value IS 102 (40.23% from 255) = 37.92%
BLUE value IS 98 (38.67% from 255) = 36.43%
R=25.65%
G=37.92%
B=36.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal69102980.3200.040.6172.7319.333.53
Hex45666220043Cad1322
Octal1051461424004742552342
Binary10001011100110110001010000001001111001010110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456662; }

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

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

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

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

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

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

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

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