#557168

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

Shades of Dark Green Copper #557168

Tints of Dark Green Copper #557168

Color information

#557168 (or 0x557168) is unknown color: approx Dark Green Copper. HEX triplet: 55, 71 and 68. RGB value is (85,113,104). Sum of RGB (Red+Green+Blue) = 85+113+104=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 113 - color contains mainly: green. Hex color #557168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557168 is #AA8E97. Grayscale: #676767. Windows color (decimal): -11177624 or 6844757. OLE color: 6844757.

HSL color Cylindrical-coordinate representation of color #557168: hue angle of 160.71º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #557168 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB85113104-
CMYK0.2500.080.56
HSL160.71º14.14%38.82%-
HSV(B)160.71º24.78%44.31%-
XYZ12.1514.7415.3-
YUV103.6128.22114.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 113 (44.53% from 255) = 37.42%
BLUE value IS 104 (41.02% from 255) = 34.44%
R=28.15%
G=37.42%
B=34.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal851131040.2500.080.56160.7114.1438.82
Hex557168190838a1e27
Octal12516115031010702411647
Binary1010101111000111010001100101000111000101000011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557168; }

 p { color: rgb(85,113,104); }

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

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

 a { background-color: rgb(85,113,104); }

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

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

 span { border-color: rgb(85,113,104); }

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