#468177

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

Shades of Dark Green Copper #468177

Tints of Dark Green Copper #468177

Color information

#468177 (or 0x468177) is unknown color: approx Dark Green Copper. HEX triplet: 46, 81 and 77. RGB value is (70,129,119). Sum of RGB (Red+Green+Blue) = 70+129+119=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 129 - color contains mainly: green. Hex color #468177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468177 is #B97E88. Grayscale: #6E6E6E. Windows color (decimal): -12156553 or 7831878. OLE color: 7831878.

HSL color Cylindrical-coordinate representation of color #468177: hue angle of 169.83º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468177 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB70129119-
CMYK0.4600.080.49
HSL169.83º29.65%39.02%-
HSV(B)169.83º45.74%50.59%-
XYZ13.7118.3320.27-
YUV110.22132.9599.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.01%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 119 (46.88% from 255) = 37.42%
R=22.01%
G=40.57%
B=37.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701291190.4600.080.49169.8329.6539.02
Hex4681772E0831aa1e27
Octal10620116756010612523647
Binary1000110100000011110111101110010001100011010101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468177; }

 p { color: rgb(70,129,119); }

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

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

 a { background-color: rgb(70,129,119); }

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

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

 span { border-color: rgb(70,129,119); }

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