#457871

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

Shades of Dark Green Copper #457871

Tints of Dark Green Copper #457871

Color information

#457871 (or 0x457871) is unknown color: approx Dark Green Copper. HEX triplet: 45, 78 and 71. RGB value is (69,120,113). Sum of RGB (Red+Green+Blue) = 69+120+113=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #457871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457871 is #BA878E. Grayscale: #676767. Windows color (decimal): -12224399 or 7436357. OLE color: 7436357.

HSL color Cylindrical-coordinate representation of color #457871: hue angle of 171.76º 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 #457871 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB69120113-
CMYK0.4200.060.53
HSL171.76º26.98%37.06%-
HSV(B)171.76º42.5%47.06%-
XYZ12.1515.8918.05-
YUV103.95133.1103.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.85%
GREEN value IS 120 (47.27% from 255) = 39.74%
BLUE value IS 113 (44.53% from 255) = 37.42%
R=22.85%
G=39.74%
B=37.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691201130.4200.060.53171.7626.9837.06
Hex4578712A0635ac1b25
Octal1051701615206652543345
Binary10001011111000111000110101001101101011010110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457871; }

 p { color: rgb(69,120,113); }

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

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

 a { background-color: rgb(69,120,113); }

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

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

 span { border-color: rgb(69,120,113); }

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