#457972

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

Shades of Dark Green Copper #457972

Tints of Dark Green Copper #457972

Color information

#457972 (or 0x457972) is unknown color: approx Dark Green Copper. HEX triplet: 45, 79 and 72. RGB value is (69,121,114). Sum of RGB (Red+Green+Blue) = 69+121+114=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 121 - color contains mainly: green. Hex color #457972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457972 is #BA868D. Grayscale: #686868. Windows color (decimal): -12224142 or 7502149. OLE color: 7502149.

HSL color Cylindrical-coordinate representation of color #457972: hue angle of 171.92º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #457972 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB69121114-
CMYK0.4300.060.53
HSL171.92º27.37%37.25%-
HSV(B)171.92º42.98%47.45%-
XYZ12.3316.1518.39-
YUV104.65133.27102.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.70%
GREEN value IS 121 (47.66% from 255) = 39.80%
BLUE value IS 114 (44.92% from 255) = 37.5%
R=22.70%
G=39.80%
B=37.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691211140.4300.060.53171.9227.3737.25
Hex4579722B0635ac1b25
Octal1051711625306652543345
Binary10001011111001111001010101101101101011010110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457972; }

 p { color: rgb(69,121,114); }

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

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

 a { background-color: rgb(69,121,114); }

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

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

 span { border-color: rgb(69,121,114); }

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