#467471

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

Shades of Dark Green Copper #467471

Tints of Dark Green Copper #467471

Color information

#467471 (or 0x467471) is unknown color: approx Dark Green Copper. HEX triplet: 46, 74 and 71. RGB value is (70,116,113). Sum of RGB (Red+Green+Blue) = 70+116+113=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 116 - color contains mainly: green. Hex color #467471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467471 is #B98B8E. Grayscale: #656565. Windows color (decimal): -12159887 or 7435334. OLE color: 7435334.

HSL color Cylindrical-coordinate representation of color #467471: hue angle of 176.09º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467471 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB70116113-
CMYK0.4000.030.55
HSL176.09º24.73%36.47%-
HSV(B)176.09º39.66%45.49%-
XYZ11.7514.9917.9-
YUV101.9134.26105.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.41%
GREEN value IS 116 (45.70% from 255) = 38.80%
BLUE value IS 113 (44.53% from 255) = 37.79%
R=23.41%
G=38.80%
B=37.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701161130.4000.030.55176.0924.7336.47
Hex467471280337b01924
Octal1061641615003672603144
Binary1000110111010011100011010000111101111011000011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467471; }

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

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

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

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

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

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

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

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