#467A6F

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

Shades of Dark Green Copper #467A6F

Tints of Dark Green Copper #467A6F

Color information

#467A6F (or 0x467A6F) is unknown color: approx Dark Green Copper. HEX triplet: 46, 7A and 6F. RGB value is (70,122,111). Sum of RGB (Red+Green+Blue) = 70+122+111=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 122 - color contains mainly: green. Hex color #467A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467A6F is #B98590. Grayscale: #696969. Windows color (decimal): -12158353 or 7305798. OLE color: 7305798.

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

Color convert

RGB70122111-
CMYK0.4300.090.52
HSL167.31º27.08%37.65%-
HSV(B)167.31º42.62%47.84%-
XYZ12.3516.3717.55-
YUV105.2131.27102.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.10%
GREEN value IS 122 (48.05% from 255) = 40.26%
BLUE value IS 111 (43.75% from 255) = 36.63%
R=23.10%
G=40.26%
B=36.63%

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
Decimal701221110.4300.090.52167.3127.0837.65
Hex467A6F2B0934a71b26
Octal10617215753011642473346
Binary100011011110101101111101011010011101001010011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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