#46766F

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

Shades of Dark Green Copper #46766F

Tints of Dark Green Copper #46766F

Color information

#46766F (or 0x46766F) is unknown color: approx Dark Green Copper. HEX triplet: 46, 76 and 6F. RGB value is (70,118,111). Sum of RGB (Red+Green+Blue) = 70+118+111=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #46766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46766F is #B98990. Grayscale: #666666. Windows color (decimal): -12159377 or 7304774. OLE color: 7304774.

HSL color Cylindrical-coordinate representation of color #46766F: hue angle of 171.25º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #46766F is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB70118111-
CMYK0.4100.060.54
HSL171.25º25.53%36.86%-
HSV(B)171.25º40.68%46.27%-
XYZ11.8715.4117.39-
YUV102.85132.6104.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.41%
GREEN value IS 118 (46.48% from 255) = 39.46%
BLUE value IS 111 (43.75% from 255) = 37.12%
R=23.41%
G=39.46%
B=37.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701181110.4100.060.54171.2525.5336.86
Hex46766F290636ab1a25
Octal1061661575106662533245
Binary10001101110110110111110100101101101101010101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46766F; }

 p { color: rgb(70,118,111); }

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

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

 a { background-color: rgb(70,118,111); }

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

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

 span { border-color: rgb(70,118,111); }

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