#537468

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

Shades of Dark Green Copper #537468

Tints of Dark Green Copper #537468

Color information

#537468 (or 0x537468) is unknown color: approx Dark Green Copper. HEX triplet: 53, 74 and 68. RGB value is (83,116,104). Sum of RGB (Red+Green+Blue) = 83+116+104=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 116 - color contains mainly: green. Hex color #537468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537468 is #AC8B97. Grayscale: #686868. Windows color (decimal): -11307928 or 6845523. OLE color: 6845523.

HSL color Cylindrical-coordinate representation of color #537468: hue angle of 158.18º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #537468 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB83116104-
CMYK0.2800.100.55
HSL158.18º16.58%39.02%-
HSV(B)158.18º28.45%45.49%-
XYZ12.3115.3315.41-
YUV104.76127.57112.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.39%
GREEN value IS 116 (45.70% from 255) = 38.28%
BLUE value IS 104 (41.02% from 255) = 34.32%
R=27.39%
G=38.28%
B=34.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831161040.2800.100.55158.1816.5839.02
Hex5374681C0A379e1127
Octal12316415034012672362147
Binary10100111110100110100011100010101101111001111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537468; }

 p { color: rgb(83,116,104); }

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

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

 a { background-color: rgb(83,116,104); }

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

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

 span { border-color: rgb(83,116,104); }

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