#467B70

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

Shades of Dark Green Copper #467B70

Tints of Dark Green Copper #467B70

Color information

#467B70 (or 0x467B70) is unknown color: approx Dark Green Copper. HEX triplet: 46, 7B and 70. RGB value is (70,123,112). Sum of RGB (Red+Green+Blue) = 70+123+112=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 123 - color contains mainly: green. Hex color #467B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467B70 is #B9848F. Grayscale: #696969. Windows color (decimal): -12158096 or 7371590. OLE color: 7371590.

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

Color convert

RGB70123112-
CMYK0.4300.090.52
HSL167.55º27.46%37.84%-
HSV(B)167.55º43.09%48.24%-
XYZ12.5316.6417.88-
YUV105.9131.44102.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 123 (48.44% from 255) = 40.33%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=22.95%
G=40.33%
B=36.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal701231120.4300.090.52167.5527.4637.84
Hex467B702B0934a81b26
Octal10617316053011642503346
Binary100011011110111110000101011010011101001010100011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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