#466A67

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

Shades of Dark Green Copper #466A67

Tints of Dark Green Copper #466A67

Color information

#466A67 (or 0x466A67) is unknown color: approx Dark Green Copper. HEX triplet: 46, 6A and 67. RGB value is (70,106,103). Sum of RGB (Red+Green+Blue) = 70+106+103=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 106 - color contains mainly: green. Hex color #466A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A67 is #B99598. Grayscale: #5E5E5E. Windows color (decimal): -12162457 or 6777414. OLE color: 6777414.

HSL color Cylindrical-coordinate representation of color #466A67: hue angle of 175º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #466A67 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB70106103-
CMYK0.3400.030.58
HSL175º20.45%34.51%-
HSV(B)175º33.96%41.57%-
XYZ10.1312.5914.73-
YUV94.89132.57110.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.09%
GREEN value IS 106 (41.80% from 255) = 37.99%
BLUE value IS 103 (40.62% from 255) = 36.92%
R=25.09%
G=37.99%
B=36.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal701061030.3400.030.5817520.4534.51
Hex466A6722033Aaf1423
Octal1061521474203722572443
Binary1000110110101011001111000100111110101010111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,106,103); }

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

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

 a { background-color: rgb(70,106,103); }

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

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

 span { border-color: rgb(70,106,103); }

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