#467065

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

Shades of Dark Green Copper #467065

Tints of Dark Green Copper #467065

Color information

#467065 (or 0x467065) is unknown color: approx Dark Green Copper. HEX triplet: 46, 70 and 65. RGB value is (70,112,101). Sum of RGB (Red+Green+Blue) = 70+112+101=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #467065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467065 is #B98F9A. Grayscale: #626262. Windows color (decimal): -12160923 or 6647878. OLE color: 6647878.

HSL color Cylindrical-coordinate representation of color #467065: hue angle of 164.29º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #467065 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB70112101-
CMYK0.3800.100.56
HSL164.29º23.08%35.69%-
HSV(B)164.29º37.5%43.92%-
XYZ10.6713.8314.42-
YUV98.19129.59107.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.73%
GREEN value IS 112 (44.14% from 255) = 39.58%
BLUE value IS 101 (39.84% from 255) = 35.69%
R=24.73%
G=39.58%
B=35.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701121010.3800.100.56164.2923.0835.69
Hex467065260A38a41724
Octal10616014546012702442744
Binary100011011100001100101100110010101110001010010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467065; }

 p { color: rgb(70,112,101); }

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

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

 a { background-color: rgb(70,112,101); }

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

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

 span { border-color: rgb(70,112,101); }

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