#467670

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

Shades of Dark Green Copper #467670

Tints of Dark Green Copper #467670

Color information

#467670 (or 0x467670) is unknown color: approx Dark Green Copper. HEX triplet: 46, 76 and 70. RGB value is (70,118,112). Sum of RGB (Red+Green+Blue) = 70+118+112=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 118 - color contains mainly: green. Hex color #467670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467670 is #B9898F. Grayscale: #666666. Windows color (decimal): -12159376 or 7370310. OLE color: 7370310.

HSL color Cylindrical-coordinate representation of color #467670: hue angle of 172.5º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #467670 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB70118112-
CMYK0.4100.050.54
HSL172.5º25.53%36.86%-
HSV(B)172.5º40.68%46.27%-
XYZ11.9315.4317.68-
YUV102.96133.1104.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.33%
GREEN value IS 118 (46.48% from 255) = 39.33%
BLUE value IS 112 (44.14% from 255) = 37.33%
R=23.33%
G=39.33%
B=37.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701181120.4100.050.54172.525.5336.86
Hex467670290536ac1a25
Octal1061661605105662543245
Binary10001101110110111000010100101011101101010110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467670; }

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

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

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

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

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

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

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

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