#547168

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

Shades of Dark Green Copper #547168

Tints of Dark Green Copper #547168

Color information

#547168 (or 0x547168) is unknown color: approx Dark Green Copper. HEX triplet: 54, 71 and 68. RGB value is (84,113,104). Sum of RGB (Red+Green+Blue) = 84+113+104=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 113 - color contains mainly: green. Hex color #547168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547168 is #AB8E97. Grayscale: #676767. Windows color (decimal): -11243160 or 6844756. OLE color: 6844756.

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

Color convert

RGB84113104-
CMYK0.2600.080.56
HSL161.38º14.72%38.63%-
HSV(B)161.38º25.66%44.31%-
XYZ12.0614.6915.3-
YUV103.3128.39114.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.91%
GREEN value IS 113 (44.53% from 255) = 37.54%
BLUE value IS 104 (41.02% from 255) = 34.55%
R=27.91%
G=37.54%
B=34.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal841131040.2600.080.56161.3814.7238.63
Hex5471681A0838a1f27
Octal12416115032010702411747
Binary1010100111000111010001101001000111000101000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547168; }

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

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

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

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

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

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

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

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