#467A71

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

Shades of Dark Green Copper #467A71

Tints of Dark Green Copper #467A71

Color information

#467A71 (or 0x467A71) is unknown color: approx Dark Green Copper. HEX triplet: 46, 7A and 71. RGB value is (70,122,113). Sum of RGB (Red+Green+Blue) = 70+122+113=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 122 - color contains mainly: green. Hex color #467A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467A71 is #B9858E. Grayscale: #696969. Windows color (decimal): -12158351 or 7436870. OLE color: 7436870.

HSL color Cylindrical-coordinate representation of color #467A71: hue angle of 169.62º 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 #467A71 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB70122113-
CMYK0.4300.070.52
HSL169.62º27.08%37.65%-
HSV(B)169.62º42.62%47.84%-
XYZ12.4716.4118.13-
YUV105.43132.27102.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 122 (48.05% from 255) = 40%
BLUE value IS 113 (44.53% from 255) = 37.05%
R=22.95%
G=40%
B=37.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal701221130.4300.070.52169.6227.0837.65
Hex467A712B0734aa1b26
Octal1061721615307642523346
Binary10001101111010111000110101101111101001010101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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