#467467

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

Shades of Dark Green Copper #467467

Tints of Dark Green Copper #467467

Color information

#467467 (or 0x467467) is unknown color: approx Dark Green Copper. HEX triplet: 46, 74 and 67. RGB value is (70,116,103). Sum of RGB (Red+Green+Blue) = 70+116+103=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 116 - color contains mainly: green. Hex color #467467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467467 is #B98B98. Grayscale: #646464. Windows color (decimal): -12159897 or 6779974. OLE color: 6779974.

HSL color Cylindrical-coordinate representation of color #467467: hue angle of 163.04º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467467 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB70116103-
CMYK0.4000.110.55
HSL163.04º24.73%36.47%-
HSV(B)163.04º39.66%45.49%-
XYZ11.2214.7715.09-
YUV100.76129.26106.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.22%
GREEN value IS 116 (45.70% from 255) = 40.14%
BLUE value IS 103 (40.62% from 255) = 35.64%
R=24.22%
G=40.14%
B=35.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701161030.4000.110.55163.0424.7336.47
Hex467467280B37a31924
Octal10616414750013672433144
Binary100011011101001100111101000010111101111010001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467467; }

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

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

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

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

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

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

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

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