#466F6C

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

Shades of Dark Green Copper #466F6C

Tints of Dark Green Copper #466F6C

Color information

#466F6C (or 0x466F6C) is unknown color: approx Dark Green Copper. HEX triplet: 46, 6F and 6C. RGB value is (70,111,108). Sum of RGB (Red+Green+Blue) = 70+111+108=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 111 - color contains mainly: green. Hex color #466F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466F6C is #B99093. Grayscale: #626262. Windows color (decimal): -12161172 or 7106374. OLE color: 7106374.

HSL color Cylindrical-coordinate representation of color #466F6C: hue angle of 175.61º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #466F6C is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB70111108-
CMYK0.3700.030.56
HSL175.61º22.65%35.49%-
HSV(B)175.61º36.94%43.53%-
XYZ10.9213.7516.27-
YUV98.4133.42107.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.22%
GREEN value IS 111 (43.75% from 255) = 38.41%
BLUE value IS 108 (42.58% from 255) = 37.37%
R=24.22%
G=38.41%
B=37.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701111080.3700.030.56175.6122.6535.49
Hex466F6C250338b01723
Octal1061571544503702602743
Binary1000110110111111011001001010111110001011000010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466F6C; }

 p { color: rgb(70,111,108); }

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

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

 a { background-color: rgb(70,111,108); }

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

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

 span { border-color: rgb(70,111,108); }

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