#468075

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

Shades of Dark Green Copper #468075

Tints of Dark Green Copper #468075

Color information

#468075 (or 0x468075) is unknown color: approx Dark Green Copper. HEX triplet: 46, 80 and 75. RGB value is (70,128,117). Sum of RGB (Red+Green+Blue) = 70+128+117=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #468075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468075 is #B97F8A. Grayscale: #6D6D6D. Windows color (decimal): -12156811 or 7700550. OLE color: 7700550.

HSL color Cylindrical-coordinate representation of color #468075: hue angle of 168.62º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #468075 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB70128117-
CMYK0.4500.090.50
HSL168.62º29.29%38.82%-
HSV(B)168.62º45.31%50.2%-
XYZ13.4618.0219.6-
YUV109.4132.2899.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.22%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=22.22%
G=40.63%
B=37.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal701281170.4500.090.50168.6229.2938.82
Hex4680752D0932a91d27
Octal10620016555011622513547
Binary1000110100000001110101101101010011100101010100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468075; }

 p { color: rgb(70,128,117); }

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

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

 a { background-color: rgb(70,128,117); }

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

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

 span { border-color: rgb(70,128,117); }

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