#467971

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

Shades of Dark Green Copper #467971

Tints of Dark Green Copper #467971

Color information

#467971 (or 0x467971) is unknown color: approx Dark Green Copper. HEX triplet: 46, 79 and 71. RGB value is (70,121,113). Sum of RGB (Red+Green+Blue) = 70+121+113=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 121 - color contains mainly: green. Hex color #467971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467971 is #B9868E. Grayscale: #686868. Windows color (decimal): -12158607 or 7436614. OLE color: 7436614.

HSL color Cylindrical-coordinate representation of color #467971: hue angle of 170.59º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467971 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB70121113-
CMYK0.4200.070.53
HSL170.59º26.7%37.45%-
HSV(B)170.59º42.15%47.45%-
XYZ12.3416.1718.09-
YUV104.84132.6103.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.03%
GREEN value IS 121 (47.66% from 255) = 39.80%
BLUE value IS 113 (44.53% from 255) = 37.17%
R=23.03%
G=39.80%
B=37.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701211130.4200.070.53170.5926.737.45
Hex4679712A0735ab1b25
Octal1061711615207652533345
Binary10001101111001111000110101001111101011010101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467971; }

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

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

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

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

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

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

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

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