#466E67

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

Shades of Dark Green Copper #466E67

Tints of Dark Green Copper #466E67

Color information

#466E67 (or 0x466E67) is unknown color: approx Dark Green Copper. HEX triplet: 46, 6E and 67. RGB value is (70,110,103). Sum of RGB (Red+Green+Blue) = 70+110+103=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 110 - color contains mainly: green. Hex color #466E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466E67 is #B99198. Grayscale: #616161. Windows color (decimal): -12161433 or 6778438. OLE color: 6778438.

HSL color Cylindrical-coordinate representation of color #466E67: hue angle of 169.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #466E67 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB70110103-
CMYK0.3600.060.57
HSL169.5º22.22%35.29%-
HSV(B)169.5º36.36%43.14%-
XYZ10.5513.4314.87-
YUV97.24131.25108.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.73%
GREEN value IS 110 (43.36% from 255) = 38.87%
BLUE value IS 103 (40.62% from 255) = 36.40%
R=24.73%
G=38.87%
B=36.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal701101030.3600.060.57169.522.2235.29
Hex466E67240639aa1623
Octal1061561474406712522643
Binary10001101101110110011110010001101110011010101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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