#466761

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

Shades of Dark Green Copper #466761

Tints of Dark Green Copper #466761

Color information

#466761 (or 0x466761) is unknown color: approx Dark Green Copper. HEX triplet: 46, 67 and 61. RGB value is (70,103,97). Sum of RGB (Red+Green+Blue) = 70+103+97=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 103 - color contains mainly: green. Hex color #466761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466761 is #B9989E. Grayscale: #5C5C5C. Windows color (decimal): -12163231 or 6383430. OLE color: 6383430.

HSL color Cylindrical-coordinate representation of color #466761: hue angle of 169.09º 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 #466761 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB7010397-
CMYK0.3200.060.60
HSL169.09º19.08%33.92%-
HSV(B)169.09º32.04%40.39%-
XYZ9.5311.8713.1-
YUV92.45130.57111.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.93%
GREEN value IS 103 (40.62% from 255) = 38.15%
BLUE value IS 97 (38.28% from 255) = 35.93%
R=25.93%
G=38.15%
B=35.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70103970.3200.060.60169.0919.0833.92
Hex46676120063Ca91322
Octal1061471414006742512342
Binary10001101100111110000110000001101111001010100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466761; }

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

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

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

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

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

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

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

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