#467874

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

Shades of Dark Green Copper #467874

Tints of Dark Green Copper #467874

Color information

#467874 (or 0x467874) is unknown color: approx Dark Green Copper. HEX triplet: 46, 78 and 74. RGB value is (70,120,116). Sum of RGB (Red+Green+Blue) = 70+120+116=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #467874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467874 is #B9878B. Grayscale: #686868. Windows color (decimal): -12158860 or 7632966. OLE color: 7632966.

HSL color Cylindrical-coordinate representation of color #467874: hue angle of 175.2º degrees, saturation: 0.26, 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 #467874 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB70120116-
CMYK0.4200.030.53
HSL175.2º26.32%37.25%-
HSV(B)175.2º41.67%47.06%-
XYZ12.391618.96-
YUV104.59134.44103.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.88%
GREEN value IS 120 (47.27% from 255) = 39.22%
BLUE value IS 116 (45.70% from 255) = 37.91%
R=22.88%
G=39.22%
B=37.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701201160.4200.030.53175.226.3237.25
Hex4678742A0335af1a25
Octal1061701645203652573245
Binary1000110111100011101001010100111101011010111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467874; }

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

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

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

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

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

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

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

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