#468277

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

Shades of Dark Green Copper #468277

Tints of Dark Green Copper #468277

Color information

#468277 (or 0x468277) is unknown color: approx Dark Green Copper. HEX triplet: 46, 82 and 77. RGB value is (70,130,119). Sum of RGB (Red+Green+Blue) = 70+130+119=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #468277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468277 is #B97D88. Grayscale: #6E6E6E. Windows color (decimal): -12156297 or 7832134. OLE color: 7832134.

HSL color Cylindrical-coordinate representation of color #468277: hue angle of 169º 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 #468277 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB70130119-
CMYK0.4600.080.49
HSL169º30%39.22%-
HSV(B)169º46.15%50.98%-
XYZ13.8418.620.31-
YUV110.81132.6298.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.94%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 119 (46.88% from 255) = 37.30%
R=21.94%
G=40.75%
B=37.30%

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
Decimal701301190.4600.080.491693039.22
Hex4682772E0831a91e27
Octal10620216756010612513647
Binary1000110100000101110111101110010001100011010100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468277; }

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

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

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

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

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

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

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

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