#457C75

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

Shades of Dark Green Copper #457C75

Tints of Dark Green Copper #457C75

Color information

#457C75 (or 0x457C75) is unknown color: approx Dark Green Copper. HEX triplet: 45, 7C and 75. RGB value is (69,124,117). Sum of RGB (Red+Green+Blue) = 69+124+117=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 124 - color contains mainly: green. Hex color #457C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457C75 is #BA838A. Grayscale: #6A6A6A. Windows color (decimal): -12223371 or 7699525. OLE color: 7699525.

HSL color Cylindrical-coordinate representation of color #457C75: hue angle of 172.36º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #457C75 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB69124117-
CMYK0.4400.060.51
HSL172.36º28.5%37.84%-
HSV(B)172.36º44.35%48.63%-
XYZ12.8716.9619.43-
YUV106.76133.78101.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.26%
GREEN value IS 124 (48.83% from 255) = 40%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=22.26%
G=40%
B=37.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal691241170.4400.060.51172.3628.537.84
Hex457C752C0633ac1c26
Octal1051741655406632543446
Binary10001011111100111010110110001101100111010110011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457C75; }

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

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

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

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

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

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

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

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