#466762

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

Shades of Dark Green Copper #466762

Tints of Dark Green Copper #466762

Color information

#466762 (or 0x466762) is unknown color: approx Dark Green Copper. HEX triplet: 46, 67 and 62. RGB value is (70,103,98). Sum of RGB (Red+Green+Blue) = 70+103+98=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 103 - color contains mainly: green. Hex color #466762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466762 is #B9989D. Grayscale: #5C5C5C. Windows color (decimal): -12163230 or 6448966. OLE color: 6448966.

HSL color Cylindrical-coordinate representation of color #466762: hue angle of 170.91º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #466762 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB7010398-
CMYK0.3200.050.60
HSL170.91º19.08%33.92%-
HSV(B)170.91º32.04%40.39%-
XYZ9.5811.8813.34-
YUV92.56131.07111.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.83%
GREEN value IS 103 (40.62% from 255) = 38.01%
BLUE value IS 98 (38.67% from 255) = 36.16%
R=25.83%
G=38.01%
B=36.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70103980.3200.050.60170.9119.0833.92
Hex46676220053Cab1322
Octal1061471424005742532342
Binary10001101100111110001010000001011111001010101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466762; }

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

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

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

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

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

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

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

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