#467A6D

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

Shades of Dark Green Copper #467A6D

Tints of Dark Green Copper #467A6D

Color information

#467A6D (or 0x467A6D) is unknown color: approx Dark Green Copper. HEX triplet: 46, 7A and 6D. RGB value is (70,122,109). Sum of RGB (Red+Green+Blue) = 70+122+109=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 122 - color contains mainly: green. Hex color #467A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467A6D is #B98592. Grayscale: #686868. Windows color (decimal): -12158355 or 7174726. OLE color: 7174726.

HSL color Cylindrical-coordinate representation of color #467A6D: hue angle of 165º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #467A6D is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB70122109-
CMYK0.4300.110.52
HSL165º27.08%37.65%-
HSV(B)165º42.62%47.84%-
XYZ12.2516.3316.97-
YUV104.97130.27103.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.26%
GREEN value IS 122 (48.05% from 255) = 40.53%
BLUE value IS 109 (42.97% from 255) = 36.21%
R=23.26%
G=40.53%
B=36.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal701221090.4300.110.5216527.0837.65
Hex467A6D2B0B34a51b26
Octal10617215553013642453346
Binary100011011110101101101101011010111101001010010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467A6D; }

 p { color: rgb(70,122,109); }

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

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

 a { background-color: rgb(70,122,109); }

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

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

 span { border-color: rgb(70,122,109); }

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