#457569

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

Shades of Dark Green Copper #457569

Tints of Dark Green Copper #457569

Color information

#457569 (or 0x457569) is unknown color: approx Dark Green Copper. HEX triplet: 45, 75 and 69. RGB value is (69,117,105). Sum of RGB (Red+Green+Blue) = 69+117+105=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #457569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457569 is #BA8A96. Grayscale: #656565. Windows color (decimal): -12225175 or 6911301. OLE color: 6911301.

HSL color Cylindrical-coordinate representation of color #457569: hue angle of 165º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #457569 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB69117105-
CMYK0.4100.100.54
HSL165º25.81%36.47%-
HSV(B)165º41.03%45.88%-
XYZ11.3715.0115.66-
YUV101.28130.1104.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.71%
GREEN value IS 117 (46.09% from 255) = 40.21%
BLUE value IS 105 (41.41% from 255) = 36.08%
R=23.71%
G=40.21%
B=36.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal691171050.4100.100.5416525.8136.47
Hex457569290A36a51a24
Octal10516515151012662453244
Binary100010111101011101001101001010101101101010010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457569; }

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

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

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

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

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

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

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

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