#457369

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

Shades of Dark Green Copper #457369

Tints of Dark Green Copper #457369

Color information

#457369 (or 0x457369) is unknown color: approx Dark Green Copper. HEX triplet: 45, 73 and 69. RGB value is (69,115,105). Sum of RGB (Red+Green+Blue) = 69+115+105=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 115 - color contains mainly: green. Hex color #457369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457369 is #BA8C96. Grayscale: #646464. Windows color (decimal): -12225687 or 6910789. OLE color: 6910789.

HSL color Cylindrical-coordinate representation of color #457369: hue angle of 166.96º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #457369 is Cyan = 0.4, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB69115105-
CMYK0.400.090.55
HSL166.96º25%36.08%-
HSV(B)166.96º40%45.1%-
XYZ11.1314.5515.59-
YUV100.11130.76105.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.88%
GREEN value IS 115 (45.31% from 255) = 39.79%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=23.88%
G=39.79%
B=36.33%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal691151050.400.090.55166.962536.08
Hex457369280937a71924
Octal10516315150011672473144
Binary100010111100111101001101000010011101111010011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457369; }

 p { color: rgb(69,115,105); }

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

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

 a { background-color: rgb(69,115,105); }

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

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

 span { border-color: rgb(69,115,105); }

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