#456661

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

Shades of Dark Green Copper #456661

Tints of Dark Green Copper #456661

Color information

#456661 (or 0x456661) is unknown color: approx Dark Green Copper. HEX triplet: 45, 66 and 61. RGB value is (69,102,97). Sum of RGB (Red+Green+Blue) = 69+102+97=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 102 - color contains mainly: green. Hex color #456661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456661 is #BA999E. Grayscale: #5B5B5B. Windows color (decimal): -12229023 or 6383173. OLE color: 6383173.

HSL color Cylindrical-coordinate representation of color #456661: hue angle of 170.91º 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 #456661 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB6910297-
CMYK0.3200.050.6
HSL170.91º19.3%33.53%-
HSV(B)170.91º32.35%40%-
XYZ9.3611.6313.06-
YUV91.56131.07111.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.75%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 97 (38.28% from 255) = 36.19%
R=25.75%
G=38.06%
B=36.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal69102970.3200.050.6170.9119.333.53
Hex45666120053Cab1322
Octal1051461414005742532342
Binary10001011100110110000110000001011111001010101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456661; }

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

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

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

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

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

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

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

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