#458074

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

Shades of Dark Green Copper #458074

Tints of Dark Green Copper #458074

Color information

#458074 (or 0x458074) is unknown color: approx Dark Green Copper. HEX triplet: 45, 80 and 74. RGB value is (69,128,116). Sum of RGB (Red+Green+Blue) = 69+128+116=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 128 - color contains mainly: green. Hex color #458074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458074 is #BA7F8B. Grayscale: #6C6C6C. Windows color (decimal): -12222348 or 7635013. OLE color: 7635013.

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

Color convert

RGB69128116-
CMYK0.4600.090.50
HSL167.8º29.95%38.63%-
HSV(B)167.8º46.09%50.2%-
XYZ13.3317.9619.29-
YUV108.99131.9599.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.04%
GREEN value IS 128 (50.39% from 255) = 40.89%
BLUE value IS 116 (45.70% from 255) = 37.06%
R=22.04%
G=40.89%
B=37.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal691281160.4600.090.50167.829.9538.63
Hex4580742E0932a81e27
Octal10520016456011622503647
Binary1000101100000001110100101110010011100101010100011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458074; }

 p { color: rgb(69,128,116); }

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

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

 a { background-color: rgb(69,128,116); }

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

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

 span { border-color: rgb(69,128,116); }

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