#457869

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

Shades of Dark Green Copper #457869

Tints of Dark Green Copper #457869

Color information

#457869 (or 0x457869) is unknown color: approx Dark Green Copper. HEX triplet: 45, 78 and 69. RGB value is (69,120,105). Sum of RGB (Red+Green+Blue) = 69+120+105=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #457869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457869 is #BA8796. Grayscale: #676767. Windows color (decimal): -12224407 or 6912069. OLE color: 6912069.

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

Color convert

RGB69120105-
CMYK0.4200.130.53
HSL162.35º26.98%37.06%-
HSV(B)162.35º42.5%47.06%-
XYZ11.7215.7215.78-
YUV103.04129.1103.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.47%
GREEN value IS 120 (47.27% from 255) = 40.82%
BLUE value IS 105 (41.41% from 255) = 35.71%
R=23.47%
G=40.82%
B=35.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691201050.4200.130.53162.3526.9837.06
Hex4578692A0D35a21b25
Octal10517015152015652423345
Binary100010111110001101001101010011011101011010001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457869; }

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

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

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

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

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

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

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

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