#456B65

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

Shades of Dark Green Copper #456B65

Tints of Dark Green Copper #456B65

Color information

#456B65 (or 0x456B65) is unknown color: approx Dark Green Copper. HEX triplet: 45, 6B and 65. RGB value is (69,107,101). Sum of RGB (Red+Green+Blue) = 69+107+101=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 107 - color contains mainly: green. Hex color #456B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456B65 is #BA949A. Grayscale: #5E5E5E. Windows color (decimal): -12227739 or 6646597. OLE color: 6646597.

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

Color convert

RGB69107101-
CMYK0.3600.060.58
HSL170.53º21.59%34.51%-
HSV(B)170.53º35.51%41.96%-
XYZ10.0612.7214.24-
YUV94.95131.41109.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.91%
GREEN value IS 107 (42.19% from 255) = 38.63%
BLUE value IS 101 (39.84% from 255) = 36.46%
R=24.91%
G=38.63%
B=36.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal691071010.3600.060.58170.5321.5934.51
Hex456B6524063Aab1623
Octal1051531454406722532643
Binary10001011101011110010110010001101110101010101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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