#466B64

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

Shades of Dark Green Copper #466B64

Tints of Dark Green Copper #466B64

Color information

#466B64 (or 0x466B64) is unknown color: approx Dark Green Copper. HEX triplet: 46, 6B and 64. RGB value is (70,107,100). Sum of RGB (Red+Green+Blue) = 70+107+100=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 107 - color contains mainly: green. Hex color #466B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B64 is #B9949B. Grayscale: #5F5F5F. Windows color (decimal): -12162204 or 6581062. OLE color: 6581062.

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

Color convert

RGB70107100-
CMYK0.3500.070.58
HSL168.65º20.9%34.71%-
HSV(B)168.65º34.58%41.96%-
XYZ10.0812.7413.98-
YUV95.14130.74110.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.27%
GREEN value IS 107 (42.19% from 255) = 38.63%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=25.27%
G=38.63%
B=36.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal701071000.3500.070.58168.6520.934.71
Hex466B6423073Aa91523
Octal1061531444307722512543
Binary10001101101011110010010001101111110101010100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,107,100); }

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

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

 a { background-color: rgb(70,107,100); }

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

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

 span { border-color: rgb(70,107,100); }

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